From bb769820d57c38451bb76202d7d099f270ee2e08 Mon Sep 17 00:00:00 2001 From: Jigar Patel Date: Mon, 2 Dec 2024 22:46:20 +0530 Subject: [PATCH] chore(provider): removed comment --- apps/provider-console/src/pages/attributes/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/provider-console/src/pages/attributes/index.tsx b/apps/provider-console/src/pages/attributes/index.tsx index c3106614d..3d13f7036 100644 --- a/apps/provider-console/src/pages/attributes/index.tsx +++ b/apps/provider-console/src/pages/attributes/index.tsx @@ -12,7 +12,6 @@ const Attributes: React.FunctionComponent = () => { "providerDetails", () => consoleClient.get(`/v1/providers/${address}`), { - // You might want to adjust these options based on your needs refetchOnWindowFocus: false, retry: 3 }