Update Lists list UI, fix reply mentions modal overflow
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -297,7 +297,7 @@ const Account = ({
|
||||
</HStack>
|
||||
|
||||
<div ref={actionRef}>
|
||||
{withRelationship ? renderAction() : null}
|
||||
{(withRelationship || action) ? renderAction() : null}
|
||||
</div>
|
||||
</HStack>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user