From cb3748e06f9a2f597f8eb8fd2367d23ea2490d3a Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 16:14:04 +0200 Subject: [PATCH] refactor: remove redundant loading spinner above tabs Removed the loading spinner that appeared above the tab bar since we now show spinners in the empty states themselves, making this redundant. --- src/components/Me.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/Me.tsx b/src/components/Me.tsx index 0d46c25e..b185a3b1 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -346,12 +346,6 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr
{viewingPubkey && } - {loading && hasData && ( -
- -
- )} -