From fb3722f1382aed14c6085b799db578413ca45777 Mon Sep 17 00:00:00 2001 From: Anderson Shindy Oki Date: Thu, 29 Aug 2024 16:49:13 +0900 Subject: no log: Eslint plugin updates (#2574) --- frontend/src/components/async/QueryOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/async/QueryOverlay.tsx') diff --git a/frontend/src/components/async/QueryOverlay.tsx b/frontend/src/components/async/QueryOverlay.tsx index 2a5848cf2..1672989ff 100644 --- a/frontend/src/components/async/QueryOverlay.tsx +++ b/frontend/src/components/async/QueryOverlay.tsx @@ -12,7 +12,7 @@ interface QueryOverlayProps { const QueryOverlay: FunctionComponent = ({ children, global = false, - result: { isLoading, isError, error }, + result: { isLoading }, }) => { return ( -- cgit v1.2.3