diff --git a/.changeset/fix-cat-status.md b/.changeset/fix-cat-status.md new file mode 100644 index 000000000..fdc50978c --- /dev/null +++ b/.changeset/fix-cat-status.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +Fix cat status not being present on its own. diff --git a/src/app/components/user-profile/UserRoomProfile.tsx b/src/app/components/user-profile/UserRoomProfile.tsx index 974e47266..518c3448a 100644 --- a/src/app/components/user-profile/UserRoomProfile.tsx +++ b/src/app/components/user-profile/UserRoomProfile.tsx @@ -253,7 +253,7 @@ function UserExtendedSection({ ); return ( - {(pronouns || localTime) && ( + {(pronouns || localTime || catStatusText) && ( {pronouns && (