mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
Fix arrow in the wrong place on empty list members screen in web UI (#33054)
This commit is contained in:
parent
1be83c6982
commit
1a88c05274
|
@ -312,7 +312,7 @@ const ListMembers: React.FC<{
|
|||
footer={
|
||||
mode === 'remove' && (
|
||||
<>
|
||||
<div className='spacer' />
|
||||
{displayedAccountIds.length > 0 && <div className='spacer' />}
|
||||
|
||||
<div className='column-footer'>
|
||||
<Link to={`/lists/${id}`} className='button button--block'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user