Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod committed Jul 19, 2024
1 parent 4bfca04 commit 176e1c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/elements/person/person-selector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
});
}
export { person, variant, onChange, filter, className as class };
// noinspection ReservedWordAsName
export { person, variant, filter, className as class };
</script>

<Popover.Root bind:open let:ids>
Expand Down

0 comments on commit 176e1c9

Please sign in to comment.