From c2cdb2b0b95e15c5f1a0deca614b91fc7df8e38a Mon Sep 17 00:00:00 2001 From: Sergey Smolnikov Date: Tue, 2 Apr 2024 09:14:37 +0200 Subject: [PATCH] Update src/components/replica/index.tsx Co-authored-by: Richard Hagen --- src/components/replica/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/replica/index.tsx b/src/components/replica/index.tsx index baf72485a..757d1169f 100644 --- a/src/components/replica/index.tsx +++ b/src/components/replica/index.tsx @@ -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 (