You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/backend/timeJump.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ export default mode => {
44
44
prevState=>{
45
45
Object.keys(prevState).forEach(key=>{
46
46
// the if conditional below does not appear to ever be reached if all states are defined - leaving code in just in case codebases do have undefined states
0 commit comments