Skip to content

Commit

Permalink
fix: null score
Browse files Browse the repository at this point in the history
  • Loading branch information
mildrrnt committed Jan 11, 2024
1 parent 08175e2 commit 40e65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/score.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { persistentAtom } from "@nanostores/persistent";

const initialValue: Record<number, number> = {
0: 0,
1: 0,
2: 0,
3: 0,
4: 0,
5: 0,
6: 0,
};

const scores = persistentAtom("scores", initialValue, {
Expand Down

0 comments on commit 40e65a7

Please sign in to comment.