Remove a double 'Loader' import from a 'Notification' component

pull/2/head
Vasek Mlejnsky 6 years ago
parent 6125b02973
commit f35673ddd2

@ -113,11 +113,12 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
// $FlowIssue LOCAL not declared
// window.__TREZOR_CONNECT_SRC = typeof LOCAL === 'string' ? LOCAL : 'https://connect.trezor.io/5/';
window.__TREZOR_CONNECT_SRC = 'https://sisyfos.trezor.io/connect/';
// window.__TREZOR_CONNECT_SRC = 'https://sisyfos.trezor.io/connect/';
// window.__TREZOR_CONNECT_SRC = 'https://localhost:8088/';
try {
await TrezorConnect.init({
// connectSrc: 'https://localhost:8088/',
transportReconnect: true,
debug: true,
popup: false,

@ -5,8 +5,6 @@ import React from 'react';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import Loader from '../common/LoaderCircle';
import * as NOTIFICATION from '~/js/actions/constants/notification';
import * as NotificationActions from '~/js/actions/NotificationActions';
import type { Action, State, Dispatch } from '~/flowtype';

Loading…
Cancel
Save