Skip to content

Commit

Permalink
chore: remove unneeded declaration
Browse files Browse the repository at this point in the history
Co-authored-by: Borja Garibotti <mgaribotti@fi.uba.ar>
  • Loading branch information
MegaRedHand and mrti259 authored Jun 17, 2024
1 parent d0479cb commit f0d8bc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion my-app/src/lib/components/CategoryFilter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
export let ownerId: Id;
export let categories: Category[];
export let sortedCategories: Category[];
export let filter: Id[];
function toggleCategoryFilter(categoryId: Id, shouldFilter: boolean) {
Expand Down

0 comments on commit f0d8bc4

Please sign in to comment.