From 179a913f20b9b77edbf9d167ebf32ad455f78eac Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 26 Sep 2024 09:59:32 -0500 Subject: Emoji in account list (#5497) --- src/components/AccountList.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/AccountList.tsx b/src/components/AccountList.tsx index 883c06c14..68bb482af 100644 --- a/src/components/AccountList.tsx +++ b/src/components/AccountList.tsx @@ -126,10 +126,12 @@ function AccountItem({ - + {profile?.displayName || account.handle}{' '} - {account.handle} + + {account.handle} + {isCurrentAccount ? (