Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 20, 2024
1 parent 2edba08 commit 5189b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AreaMerchantHighlights.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { Element } from '$lib/types';
import { isBoosted } from '$lib/utils';
export let dataInitialized: Boolean;
export let dataInitialized: boolean;
export let filteredElements: Element[];
$: boosts =
Expand Down

0 comments on commit 5189b1e

Please sign in to comment.