Skip to content

Commit

Permalink
fix: lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lilleby authored and Anton Lilleby committed Feb 3, 2025
1 parent 819e060 commit 01dea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/shared/EventListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import EventBadges from "./EventBadges.svelte";
export let event: EventWithAttending;
export let target;
export let target: string | null = null;
</script>

<a
Expand Down

0 comments on commit 01dea18

Please sign in to comment.