Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const OverviewTimelineRoot = ({Header, TabButton}: Props) => {
});

React.useEffect(() => {
setNow(Date.now());
const timer = setInterval(() => {
setNow(Date.now());
}, POLL_INTERVAL);
Expand Down

0 comments on commit 0c7e398

Please sign in to comment.