diff options
Diffstat (limited to 'src/view/com/modals')
-rw-r--r-- | src/view/com/modals/SwitchAccount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/SwitchAccount.tsx b/src/view/com/modals/SwitchAccount.tsx index 05d0da37a..3481b861c 100644 --- a/src/view/com/modals/SwitchAccount.tsx +++ b/src/view/com/modals/SwitchAccount.tsx @@ -64,7 +64,7 @@ function SwitchAccountCard({account}: {account: SessionAccount}) { </Text> </TouchableOpacity> ) : ( - <AccountDropdownBtn handle={account.handle} /> + <AccountDropdownBtn account={account} /> )} </View> ) |