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}