mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-14 18:48:18 +00:00
Remove a double 'Loader' import from a 'Notification' component
This commit is contained in:
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…
Reference in New Issue
Block a user