Skip to content

Commit da96391

Browse files
committed
fix(recoil): correct typo in dailyTrackerCompleted atom key
1 parent e633d38 commit da96391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recoil/atoms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ type DailyTrackerProgress = {
9595
};
9696

9797
export const dailyTrackerCompleted = atom<DailyTrackerProgress>({
98-
key: 'DailyTrackerbCompleted',
98+
key: 'DailyTrackerCompleted',
9999
default: {
100100
value: 0,
101101
date: new Date().toDateString(),

0 commit comments

Comments
 (0)