Skip to content

Commit 8883cf4

Browse files
authored
fix: use localStorageOptions correctly in SearchResult
1 parent 1ea291e commit 8883cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/custom/search/SearchResult.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
} = $props();
1818
1919
import { localStorageOptions } from '@/localStorageOptions.svelte';
20-
let options = localStorageOptions();
20+
let { options } = localStorageOptions;
2121
2222
let urlSegments = $derived(result.url.replace(/.*:\/\//, '').split('/'));
2323

0 commit comments

Comments
 (0)