Skip to content

Commit

Permalink
Fix: Conference PIN (phone dial-in) doesn't show the needed pound sig…
Browse files Browse the repository at this point in the history
…n in popup (port to 30)
  • Loading branch information
Scroody committed Sep 12, 2024
1 parent 764d9c0 commit abe0b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AudioDial extends React.PureComponent {
<Styled.ConferenceText>
{intl.formatMessage(intlMessages.audioDialConfrenceText)}
</Styled.ConferenceText>
<Styled.Telvoice>{formattedTelVoice}</Styled.Telvoice>
<Styled.Telvoice>{`${formattedTelVoice} #`}</Styled.Telvoice>
<Styled.TipBox>
<Styled.TipIndicator>
{`${intl.formatMessage(intlMessages.tipIndicator)}: `}
Expand Down

0 comments on commit abe0b96

Please sign in to comment.