From 5edabd15df89b2bd078894ff5486388f89aff816 Mon Sep 17 00:00:00 2001 From: sk1982 Date: Mon, 1 Apr 2024 23:33:49 -0400 Subject: [PATCH] fix: chuni rival display on user profile --- src/app/(with-header)/user/[userId]/user-profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(with-header)/user/[userId]/user-profile.tsx b/src/app/(with-header)/user/[userId]/user-profile.tsx index dcd51df..d0d921e 100644 --- a/src/app/(with-header)/user/[userId]/user-profile.tsx +++ b/src/app/(with-header)/user/[userId]/user-profile.tsx @@ -49,7 +49,7 @@ export const UserProfile = (props: UserProfileProps) => { const header = (<>
- {props.friend?.chuniRival && + {!!props.friend?.chuniRival &&
} {props.user.username}