fix: moderator tools access from profile (#725)

This commit is contained in:
Diego Beraldin 2024-04-25 21:26:05 +02:00 committed by GitHub
parent 69d9faa5e3
commit 2cea633756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,8 @@ object ProfileLoggedScreen : Tab {
top = Spacing.xs,
bottom = Spacing.s,
)
.fillMaxWidth()
.fillMaxWidth(),
isModerator = uiState.user?.moderator == true,
)
HorizontalDivider()
}