feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7164cd49e4
commit
87fa8de815
@@ -6,7 +6,7 @@ import { connect } from 'react-redux';
|
||||
|
||||
import { createDeepLinkingPageEvent, sendAnalytics } from '../../analytics';
|
||||
import { translate, translateToHTML } from '../../base/i18n';
|
||||
import { HideNotificationBarStyle, Platform } from '../../base/react';
|
||||
import { Platform } from '../../base/react';
|
||||
import { DialInSummary } from '../../invite';
|
||||
|
||||
import { _TNS } from '../constants';
|
||||
@@ -154,7 +154,6 @@ class DeepLinkingMobilePage extends Component<*, *> {
|
||||
clickableNumbers = { true }
|
||||
room = { _room } />
|
||||
</div>
|
||||
<HideNotificationBarStyle />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
import { createDeepLinkingPageEvent, sendAnalytics } from '../../analytics';
|
||||
import { HideNotificationBarStyle } from '../../base/react';
|
||||
|
||||
declare var interfaceConfig: Object;
|
||||
|
||||
@@ -41,8 +40,6 @@ export default class NoMobileApp extends Component<*> {
|
||||
Please use { interfaceConfig.NATIVE_APP_NAME } on desktop to
|
||||
join calls.
|
||||
</p>
|
||||
|
||||
<HideNotificationBarStyle />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user