We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea291e commit 8883cf4Copy full SHA for 8883cf4
src/lib/components/custom/search/SearchResult.svelte
@@ -17,7 +17,7 @@
17
} = $props();
18
19
import { localStorageOptions } from '@/localStorageOptions.svelte';
20
- let options = localStorageOptions();
+ let { options } = localStorageOptions;
21
22
let urlSegments = $derived(result.url.replace(/.*:\/\//, '').split('/'));
23
0 commit comments