Clean "ListItem" of manage-zap-split
This commit is contained in:
parent
0d8f7ebe64
commit
4d4999521a
|
@ -54,13 +54,7 @@ const ManageZapSplit: React.FC = () => {
|
||||||
<Stack space={4} >
|
<Stack space={4} >
|
||||||
<List>
|
<List>
|
||||||
{formattedData.map((data) => (
|
{formattedData.map((data) => (
|
||||||
<ListItem
|
<ListItem key={data.account.id} label={''}>
|
||||||
key={data.account.id} label={''
|
|
||||||
// <div className='max-w-xs'>
|
|
||||||
// <Account account={data.account} showProfileHoverCard={false} />
|
|
||||||
// </div>
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<div className='relative flex w-full flex-col items-start justify-center gap-4 sm:flex-row sm:justify-between'>
|
<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 '>
|
<div className='flex w-60 justify-center sm:justify-start '>
|
||||||
<Account account={data.account} showProfileHoverCard={false} />
|
<Account account={data.account} showProfileHoverCard={false} />
|
||||||
|
|
Loading…
Reference in New Issue