Fix: Conference PIN (phone dial-in) doesn't show the needed pound sign in popup
This commit is contained in:
parent
87e8371e8d
commit
53ca24493d
@ -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)}: `}
|
||||
|
Loading…
Reference in New Issue
Block a user