Update after merge
This commit is contained in:
@@ -34,13 +34,11 @@ import Requests from '../Requests';
|
||||
import Snackbar from '../Snackbar';
|
||||
import Status from '../Status';
|
||||
import UpgradeParity from '../UpgradeParity';
|
||||
import SyncWarning, { showSyncWarning } from '../SyncWarning';
|
||||
|
||||
import Store from './store';
|
||||
import styles from './application.css';
|
||||
|
||||
const inFrame = window.parent !== window && window.parent.frames.length !== 0;
|
||||
const doShowSyncWarning = showSyncWarning();
|
||||
|
||||
@observer
|
||||
class Application extends Component {
|
||||
@@ -83,11 +81,6 @@ class Application extends Component {
|
||||
? this.renderMinimized()
|
||||
: this.renderApp()
|
||||
}
|
||||
{
|
||||
doShowSyncWarning
|
||||
? <SyncWarning />
|
||||
: null
|
||||
}
|
||||
<Connection />
|
||||
<DappRequests />
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user