delint and fix min-height issue

This commit is contained in:
Michael Telatynski 2021-07-21 11:27:36 +01:00
parent fd64d37305
commit d147aaa984
5 changed files with 6 additions and 5 deletions

View file

@ -392,7 +392,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
<RoomAvatar room={room} height={32} width={32} />
{ room.name }
</span>;
})}
}) }
{ moreText && <span>{ moreText }</span> }
</div>
</div>;