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,
payload: {
type: 'error',
title: 'Veryfying address error',
title: 'Verifying address error',
message: response.payload.error,
cancelable: true,
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;
}

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

Loading…
Cancel
Save