Clean "ListItem" of manage-zap-split

This commit is contained in:
danidfra 2024-09-19 10:20:01 -03:00
parent 0d8f7ebe64
commit 4d4999521a
1 changed files with 1 additions and 7 deletions

View File

@ -54,13 +54,7 @@ const ManageZapSplit: React.FC = () => {
<Stack space={4} >
<List>
{formattedData.map((data) => (
<ListItem
key={data.account.id} label={''
// <div className='max-w-xs'>
// <Account account={data.account} showProfileHoverCard={false} />
// </div>
}
>
<ListItem key={data.account.id} label={''}>
<div className='relative flex w-full flex-col items-start justify-center gap-4 sm:flex-row sm:justify-between'>
<div className='flex w-60 justify-center sm:justify-start '>
<Account account={data.account} showProfileHoverCard={false} />