mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-08 22:28:42 +01:00
fix: moderator tools access from profile (#725)
This commit is contained in:
parent
69d9faa5e3
commit
2cea633756
@ -164,7 +164,8 @@ object ProfileLoggedScreen : Tab {
|
||||
top = Spacing.xs,
|
||||
bottom = Spacing.s,
|
||||
)
|
||||
.fillMaxWidth()
|
||||
.fillMaxWidth(),
|
||||
isModerator = uiState.user?.moderator == true,
|
||||
)
|
||||
HorizontalDivider()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user