Skip to content

Commit

Permalink
front-react-home_page: add missing var for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrdark committed Aug 18, 2024
1 parent a6cf58e commit 2e9390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/react/src/pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const HomePage = () => {
}
};
fetchInvestorProfile();
}, [isAuthenticated, toast]);
}, [isAuthenticated, isCustomer, toast]);

const imageCardDetails = () => {
if (!isAuthenticated) {
Expand Down

0 comments on commit 2e9390e

Please sign in to comment.