Skip to content

Commit

Permalink
whattheduck: Fix false positive eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Dec 26, 2024
1 parent 7b9c014 commit 29b2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whattheduck/src/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import { app } from '~/stores/app';
defineSlots<{
'default'(): unknown;
'empty'(): unknown;
'empty'?(): unknown;
'fill-bar'(props: { item: Item }): unknown;
'row-prefix'(props: { item: Item }): unknown;
'row-label'(props: { item: Item }): unknown;
Expand Down

0 comments on commit 29b2f87

Please sign in to comment.