Skip to content

Commit d613974

Browse files
Update invokeai/frontend/web/src/features/queue/components/QueueList/QueueList.tsx
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
1 parent 602dfb1 commit d613974

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/queue/components/QueueList

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const itemContent: ItemContent<number, ListContext> = (index, itemId, context) =
5656
<QueueItemAtPosition index={index} itemId={itemId} context={context} />
5757
);
5858

59-
const ScrollSeekPlaceholderComponent: Components<ListContext>['ScrollSeekPlaceholder'] = (props) => (
59+
const ScrollSeekPlaceholderComponent: Components<number, ListContext>['ScrollSeekPlaceholder'] = (props) => (
6060
<Flex {...props}>
6161
<QueueItemPlaceholder />
6262
</Flex>

0 commit comments

Comments
 (0)