Improve characters handling and add a collapse to account cards for easier sorting
This commit is contained in:
@@ -164,7 +164,9 @@ export const MainGrid = () => {
|
||||
},
|
||||
}}
|
||||
>
|
||||
<AccountCard characters={groupByAccount[account]} />
|
||||
{groupByAccount[account] && groupByAccount[account].length > 0 && (
|
||||
<AccountCard characters={groupByAccount[account]} />
|
||||
)}
|
||||
</Grid>
|
||||
)}
|
||||
</DraggableComponent>
|
||||
|
Reference in New Issue
Block a user