From 41804a03eaa9db9c78e44c89876ef5cdbb7a9780 Mon Sep 17 00:00:00 2001 From: Douglas Fabris Date: Mon, 22 Aug 2022 20:58:42 -0300 Subject: [PATCH] Regression: Custom status loading forever in Usercard (#26656) --- apps/meteor/client/views/room/UserCard/UserCardWithData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,