mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 01:20:59 +00:00
fixed typos
This commit is contained in:
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…
Reference in New Issue
Block a user