Code quality

This commit is contained in:
Benoit Marty 2025-09-04 14:35:28 +02:00 committed by Benoit Marty
parent 63706c0558
commit c24d5fc608
7 changed files with 7 additions and 16 deletions

View file

@ -66,11 +66,12 @@ fun SpaceHeaderView(
textAlign = TextAlign.Center,
)
}
if (joinRule != null)
if (joinRule != null) {
SpaceInfoRow(
joinRule = joinRule,
numberOfRooms = numberOfRooms,
)
}
SpaceMembersView(
heroes = heroes,
numberOfMembers = numberOfMembers,