From 8f34b1bfd3ada39b7f16e41721548196cf1a5edb Mon Sep 17 00:00:00 2001 From: Thigazhezhilan J Date: Tue, 14 Apr 2026 09:32:46 +0530 Subject: [PATCH] Remove duplicate broker reconnect action --- src/components/landing/PortfolioSection.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/landing/PortfolioSection.tsx b/src/components/landing/PortfolioSection.tsx index ea7216a0..54ea017e 100644 --- a/src/components/landing/PortfolioSection.tsx +++ b/src/components/landing/PortfolioSection.tsx @@ -1369,11 +1369,8 @@ export default function PortfolioSection() { ) : (
{showSessionExpired ? ( -
- Session expired. Showing the last known holdings. Reconnect to refresh. - +
+ Session expired. Showing the last known holdings. Use the top reconnect action to refresh.
) : null}