Skip to content

Commit

Permalink
Update src/components/replica/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Hagen <richard.hagen@gmail.com>
  • Loading branch information
satr and Richard87 authored Apr 2, 2024
1 parent e8cad1d commit c2cdb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/replica/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const Replica: FunctionComponent<
return;
}
getHistoryLog?.().then(setHistoryLog);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [replica, logState?.data]);

return (
Expand Down

0 comments on commit c2cdb2b

Please sign in to comment.