diff --git a/client/views/room/contextualBar/UserInfo/index.js b/client/views/room/contextualBar/UserInfo/index.js index 0f9645112e2..18183bc66ee 100644 --- a/client/views/room/contextualBar/UserInfo/index.js +++ b/client/views/room/contextualBar/UserInfo/index.js @@ -64,7 +64,7 @@ export const UserInfo = React.memo(function UserInfo({ - {customStatus} + {customStatus} {!!roles && <> @@ -117,7 +117,7 @@ export const UserInfo = React.memo(function UserInfo({ { customFields && Object.entries(customFields).map(([label, value]) => - {value} + {value} ) }