mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Refine component account
This commit is contained in:
@ -57,7 +57,6 @@ const TabMeListAccounts: React.FC<TabMeStackScreenProps<'Tab-Me-List-Accounts'>>
|
||||
<ComponentAccount
|
||||
key={index}
|
||||
account={item}
|
||||
Component={View}
|
||||
children={
|
||||
<Button
|
||||
type='icon'
|
||||
@ -68,6 +67,7 @@ const TabMeListAccounts: React.FC<TabMeStackScreenProps<'Tab-Me-List-Accounts'>>
|
||||
}
|
||||
/>
|
||||
}
|
||||
props={{ disabled: true }}
|
||||
/>
|
||||
)}
|
||||
ListEmptyComponent={
|
||||
|
Reference in New Issue
Block a user