fixed typos

pull/2/merge
Szymon Lesisz 6 years ago
parent 56bf3a5bc4
commit 7f24c6fd55

@ -85,7 +85,7 @@ export const showAddress = (address_n: Array<number>): AsyncAction => {
type: NOTIFICATION.ADD, type: NOTIFICATION.ADD,
payload: { payload: {
type: 'error', type: 'error',
title: 'Veryfying address error', title: 'Verifying address error',
message: response.payload.error, message: response.payload.error,
cancelable: true, cancelable: true,
actions: [ actions: [

@ -118,7 +118,7 @@ const onBalanceUpdated = (state: State, action: any): State => {
// } // }
// } // }
// TODO: handle balance update during send form lifecycle // TODO: handle balance update during send form life cycle
return state; return state;
} }

@ -382,7 +382,7 @@ export default function connect(state: State = initialState, action: Action): St
switch (action.type) { switch (action.type) {
// TODO: change it to UiMessgae from trezor-connect // TODO: change it to UiMessage from trezor-connect
case 'iframe_handshake' : case 'iframe_handshake' :
return { return {
...state, ...state,

Loading…
Cancel
Save