Skip to content

Commit

Permalink
Forgot to add file to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
happytomatoe committed Sep 17, 2024
1 parent 9055189 commit 9ab3207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/src/runbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ export const Runbar = (props: {
2: [16, 1],
3: [16, 16666],
4: [16, 16666 * 30],

};


useEffect(() => {
updateSpeed();
}, []);

useEffect(() => {
updateSpeed();
}, [speedValue]);
Expand Down

0 comments on commit 9ab3207

Please sign in to comment.