diff --git a/app/scenes/UserProfile.js b/app/scenes/UserProfile.js index 43dc97832..4fdcac06d 100644 --- a/app/scenes/UserProfile.js +++ b/app/scenes/UserProfile.js @@ -55,9 +55,9 @@ function UserProfile(props: Props) { time: distanceInWordsToNow(new Date(user.createdAt)), })} {user.isAdmin && ( - {t("Admin")} + {t("Admin")} )} - {user.isSuspended && {t("Suspended")}} + {user.isSuspended && {t("Suspended")}} {isCurrentUser && (