1
0
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:
xmflsct
2022-12-04 12:57:03 +01:00
parent 6146ecf712
commit e1e700543f
2 changed files with 54 additions and 47 deletions

View File

@ -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={