Skip to content

Commit 409d976

Browse files
committed
Fix: msg in Join Community modal
1 parent 7c762d8 commit 409d976

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/tc-communities/JoinCommunity/ConfirmModal

1 file changed

+1
-1
lines changed

src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function ConfirmModal({
2626
return (
2727
<Modal onCancel={resetJoinButton}>
2828
<div styleName="confirmMsg">
29-
{ !userId ? (
29+
{ userId ? (
3030
<p>Do you want to join {communityName}?</p>
3131
) : (
3232
<div>

0 commit comments

Comments
 (0)