1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00
This commit is contained in:
Vladimir Volek 2018-11-22 15:19:44 +01:00
parent 851c7f23cb
commit e9a60afa0f
2 changed files with 0 additions and 7 deletions

View File

@ -42,14 +42,11 @@ export const initialState: State = {
title: null,
message: null,
},
<<<<<<< HEAD
=======
loader: {
type: null,
title: null,
message: null,
},
>>>>>>> master
shouldRender: false,
};

View File

@ -185,11 +185,7 @@ const AccountSend = (props: Props) => {
discovery,
tokens,
shouldRender,
<<<<<<< HEAD
notification,
=======
loader,
>>>>>>> master
} = props.selectedAccount;
const {
address,