feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥

This commit is contained in:
Saúl Ibarra Corretgé
2018-06-27 11:43:13 +02:00
committed by Saúl Ibarra Corretgé
parent 7164cd49e4
commit 87fa8de815
20 changed files with 43 additions and 251 deletions

View File

@@ -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>
);
}

View File

@@ -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>
);
}