Update Lists list UI, fix reply mentions modal overflow

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-29 18:59:16 +02:00
parent aedf097ec0
commit 00402f1dfb
6 changed files with 74 additions and 64 deletions

View File

@ -297,7 +297,7 @@ const Account = ({
</HStack>
<div ref={actionRef}>
{withRelationship ? renderAction() : null}
{(withRelationship || action) ? renderAction() : null}
</div>
</HStack>
</div>