From 8347b00a4b820f0ff18ba27155a0f581cddae16c Mon Sep 17 00:00:00 2001 From: niranjan-uma-shankar Date: Thu, 7 Aug 2025 19:29:25 +0530 Subject: [PATCH] Removes redundant click handler for support This removes redundant onClick handler for the support link, and also adds a target _blank attribute to prevent iframe error on the current tab. --- .../pages/AccountHomePage/components/AccountFooter.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/portal/src/components/pages/AccountHomePage/components/AccountFooter.js b/apps/portal/src/components/pages/AccountHomePage/components/AccountFooter.js index 899977dac04..843803ab2bc 100644 --- a/apps/portal/src/components/pages/AccountHomePage/components/AccountFooter.js +++ b/apps/portal/src/components/pages/AccountHomePage/components/AccountFooter.js @@ -12,9 +12,7 @@ const AccountFooter = ({handleSignout, supportAddress = '', t}) => {