mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 01:48:43 +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,
|
top = Spacing.xs,
|
||||||
bottom = Spacing.s,
|
bottom = Spacing.s,
|
||||||
)
|
)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth(),
|
||||||
|
isModerator = uiState.user?.moderator == true,
|
||||||
)
|
)
|
||||||
HorizontalDivider()
|
HorizontalDivider()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user