Skip to content

Commit

Permalink
fix: no communities message
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 13, 2024
1 parent 5eb18e0 commit 3e481f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function UserProfileTabCommunities({ isAuthUser, username }: { is
) : (
<UiInfo
title="No communities found."
message={`${isAuthUser ? 'You have' : `${username} has`} is not a member of any communities`}
message={`${isAuthUser ? 'You are' : `${username} is`} not a member of any communities`}
/>
)
}

0 comments on commit 3e481f0

Please sign in to comment.