Skip to content

Commit

Permalink
fix: lint problem (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Lilleby <[email protected]>
  • Loading branch information
an2n and Anton Lilleby authored Feb 3, 2025
1 parent 819e060 commit 5055b08
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

1 comment on commit 5055b08

@vercel
Copy link

@vercel vercel bot commented on 5055b08 Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.