Pare down session as much as possible
This commit is contained in:
@@ -64,7 +64,7 @@ function SwitchAccountCard({account}: {account: SessionAccount}) {
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
) : (
|
||||
<AccountDropdownBtn handle={account.handle} />
|
||||
<AccountDropdownBtn account={account} />
|
||||
)}
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user