Skip to content

Commit

Permalink
runfix: conditional rendering for self user (#14969)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Apr 4, 2023
1 parent d8bdae3 commit ae18222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const CallParticipantItemContent = ({
</div>
)}

{selfString && <div css={selfIndicator}>{selfString}</div>}
{isSelf && <div css={selfIndicator}>{selfString}</div>}
</div>
</div>

Expand Down

0 comments on commit ae18222

Please sign in to comment.