Skip to content

Commit

Permalink
fix(frontend): endless alert
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-holub committed Aug 27, 2024
1 parent 8ce15fb commit 5674a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webui/src/pages/LogsPage/components/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Logs = () => {
callAlert("error", "Connection uninstantiated");
break;
}
}, [readyState, callAlert]);
}, [readyState]); // eslint-disable-line

return (
<div className={pageClasses.page}>
Expand Down

0 comments on commit 5674a31

Please sign in to comment.