diff --git a/apps/meteor/client/views/room/UserCard/UserCardWithData.tsx b/apps/meteor/client/views/room/UserCard/UserCardWithData.tsx index 78bd7855f62..090deb8b8e6 100644 --- a/apps/meteor/client/views/room/UserCard/UserCardWithData.tsx +++ b/apps/meteor/client/views/room/UserCard/UserCardWithData.tsx @@ -39,7 +39,7 @@ const UserCardWithData = ({ username, onClose, target, open, rid }: UserCardWith _id, name = username, roles = defaultValue, - statusText, + statusText = defaultValue, bio = defaultValue, utcOffset = defaultValue, nickname,