diff --git a/src/components/profile/ProfileIdentityRail.tsx b/src/components/profile/ProfileIdentityRail.tsx index 29160231..413ab369 100644 --- a/src/components/profile/ProfileIdentityRail.tsx +++ b/src/components/profile/ProfileIdentityRail.tsx @@ -560,7 +560,7 @@ export function ActionBar({ + + )} - - {isOwnProfile && ( <> )} - - {!isOwnProfile && ( - - )} - - {showZap && authorEvent && ( - - - - )} ); } @@ -1339,8 +1246,6 @@ function FollowersListModal({ pubkey, open, onOpenChange, displayName }: Followe } }; - const authorEvent = metadataEvent; - const handleRefresh = useCallback(async () => { if (!pubkey) return; await queryClient.invalidateQueries({ @@ -1612,7 +1517,6 @@ function FollowersListModal({ pubkey, open, onOpenChange, displayName }: Followe open={moreMenuOpen} onOpenChange={setMoreMenuOpen} isOwnProfile={isOwnProfile} - authorEvent={authorEvent} /> )}