mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
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:
committed by
psychedelicious
parent
5bb3a78f56
commit
602dfb1e5d
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user