Skip to content

Commit 04293a4

Browse files
committed
[platform][yugabyte#8566] : Build issue on logs page
Summary: Removed dependency error , because of which there is build issue . Test Plan: Tested locally using "npm run build:ci" Reviewers: sshevchenko, andrew Reviewed By: andrew Differential Revision: https://phabricator.dev.yugabyte.com/D11691
1 parent 2f485f5 commit 04293a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed/ui/src/components/yugaware_logs/YugawareLogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const YugawareLogs = ({ currentCustomer, yugawareLogs, getLogs, logError }) => {
3232
useEffect(() => {
3333
showOrRedirect(currentCustomer.data.features, 'main.logs');
3434
getLogs(); // call to get logs
35-
}, []);
35+
}, []); // eslint-disable-line react-hooks/exhaustive-deps
3636

3737
return (
3838
<div>

0 commit comments

Comments
 (0)