Update invokeai/frontend/web/src/features/queue/components/QueueList/QueueList.tsx

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
Attila Cseh
2025-09-02 11:03:05 +02:00
committed by psychedelicious
parent 5bb3a78f56
commit 602dfb1e5d

View File

@@ -57,9 +57,9 @@ const itemContent: ItemContent<number, ListContext> = (index, itemId, context) =
);
const ScrollSeekPlaceholderComponent: Components<ListContext>['ScrollSeekPlaceholder'] = (props) => (
<ListItem aspectRatio="1/1" {...props}>
<Flex {...props}>
<QueueItemPlaceholder />
</ListItem>
</Flex>
);
ScrollSeekPlaceholderComponent.displayName = 'ScrollSeekPlaceholderComponent';