diff --git a/unit/myaccount/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/myaccount/ProfileLoggedScreen.kt b/unit/myaccount/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/myaccount/ProfileLoggedScreen.kt index 2c24918b9..ec7c56bcc 100644 --- a/unit/myaccount/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/myaccount/ProfileLoggedScreen.kt +++ b/unit/myaccount/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/myaccount/ProfileLoggedScreen.kt @@ -164,7 +164,8 @@ object ProfileLoggedScreen : Tab { top = Spacing.xs, bottom = Spacing.s, ) - .fillMaxWidth() + .fillMaxWidth(), + isModerator = uiState.user?.moderator == true, ) HorizontalDivider() }