Regression: Custom status loading forever in Usercard (#26656)

pull/26650/head
Douglas Fabris 3 years ago committed by GitHub
parent f0ad004221
commit 41804a03ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,

Loading…
Cancel
Save