Skip to content

Commit

Permalink
fix: add useEffect deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexxa committed Jun 4, 2024
1 parent f3abfba commit f0c4f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/components/response-timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ResponseTimer: FunctionComponent<Props> = ({ handleCancel, activeRe
};

watchRequestTiming(executionId, cb);
});
}, [executionId, timingCount]);

const seconds = milliseconds / 1000;

Expand Down

0 comments on commit f0c4f59

Please sign in to comment.