Merge pull request #1016 from ONLYOFFICE/bugfix/fix-user-type-row-view

Bugfix/fix user type row view
This commit is contained in:
Nikita Gopienko 2022-11-10 16:35:18 +03:00 committed by GitHub
commit 8af411c3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,8 @@ const UserContent = ({
: role === "admin"
? t("Common:DocSpaceAdmin")
: isVisitor
? t("Common:RoomAdmin")
: t("Common:User");
? t("Common:User")
: t("Common:RoomAdmin");
return (
<StyledRowContent