Skip to content

Commit 77c6040

Browse files
committed
lint 🧹
1 parent 19e3eed commit 77c6040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/viewer/src/stores/list.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function list<T>(
2525
const keys = Object.entries(weights).map(([name, weight]) => ({
2626
name,
2727
weight: (weight as number) || 0,
28-
getFn: searchKeys.find(o=>o.name === name)?.getFn
28+
getFn: searchKeys.find(o => o.name === name)?.getFn,
2929
}))
3030
const index = derived(
3131
collection,

0 commit comments

Comments
 (0)