Minor: rename a <CallingHeader> prop for clarity

This commit is contained in:
Evan Hahn 2020-11-25 12:16:51 -06:00 committed by Scott Nonnenberg
parent a5657473c3
commit b2087cb8a2
4 changed files with 12 additions and 14 deletions

View file

@ -232,7 +232,7 @@ export const CallScreen: React.FC<PropsType> = ({
i18n={i18n}
isGroupCall={call.callMode === CallMode.Group}
message={headerMessage}
remoteParticipants={participantCount}
participantCount={participantCount}
showParticipantsList={showParticipantsList}
title={headerTitle}
toggleParticipants={toggleParticipants}