diff --git a/src/view/com/modals/SwitchAccount.tsx b/src/view/com/modals/SwitchAccount.tsx index dab0127ccd..38e1ce1e0f 100644 --- a/src/view/com/modals/SwitchAccount.tsx +++ b/src/view/com/modals/SwitchAccount.tsx @@ -45,10 +45,10 @@ function SwitchAccountCard({account}: {account: SessionAccount}) { - {profile?.displayName || currentAccount?.handle} + {profile?.displayName || account?.handle} - {currentAccount?.handle} + {account?.handle}