Skip to content

Commit

Permalink
chore: fix formatting/spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Aug 5, 2021
1 parent 93db748 commit 9a7eb07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/hooks/useDoubleClick.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function useDoubleClick(singleCallback, dbCallback) {
inputSingleCallbackRef.current(e);
}
}, timeDelay);

timerRef.current = timer;
}
}, []);
Expand Down

0 comments on commit 9a7eb07

Please sign in to comment.