feat: Hides any error from the UI for the DialIn info app.

If the conference mapper return an error we show it on deeplinking page. In case the conf mapper receives non authenticated request it may return an error and this is normal so hide it from that page.
This commit is contained in:
damencho
2023-09-13 07:58:32 -05:00
committed by Дамян Минков
parent ef56b3c5b6
commit fc8ce532f6
3 changed files with 13 additions and 2 deletions

View File

@@ -228,6 +228,7 @@ const DeepLinkingMobilePage: React.FC<WithTranslation> = ({ t }) => {
<DialInSummary
className = 'deep-linking-dial-in'
clickableNumbers = { true }
hideError = { true }
room = { room }
url = { url } />
</div>