From 5ab14c09238c7ecbc5af738c049edff7c4a8b95a Mon Sep 17 00:00:00 2001 From: Kayub Maharjan Date: Mon, 30 Oct 2023 14:36:41 +1100 Subject: [PATCH] - Lint fixes --- spa/src/pages/DeferredInstallation/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/src/pages/DeferredInstallation/index.tsx b/spa/src/pages/DeferredInstallation/index.tsx index 0b5fdf822..5d72d2666 100644 --- a/spa/src/pages/DeferredInstallation/index.tsx +++ b/spa/src/pages/DeferredInstallation/index.tsx @@ -45,6 +45,7 @@ const DeferredInstallation = () => { } }; extractFromRequestId(); + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); return (