From 2e9390eb21451e527d0df7e74ff2afbceb9c8f72 Mon Sep 17 00:00:00 2001 From: zephyrdark Date: Sun, 18 Aug 2024 15:38:00 +0800 Subject: [PATCH] front-react-home_page: add missing var for cicd --- front/react/src/pages/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/react/src/pages/HomePage.js b/front/react/src/pages/HomePage.js index 91fac5ec..d326e733 100644 --- a/front/react/src/pages/HomePage.js +++ b/front/react/src/pages/HomePage.js @@ -34,7 +34,7 @@ const HomePage = () => { } }; fetchInvestorProfile(); - }, [isAuthenticated, toast]); + }, [isAuthenticated, isCustomer, toast]); const imageCardDetails = () => { if (!isAuthenticated) {