mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-30 19:00:53 +00:00
merge 2
This commit is contained in:
parent
851c7f23cb
commit
e9a60afa0f
@ -42,14 +42,11 @@ export const initialState: State = {
|
|||||||
title: null,
|
title: null,
|
||||||
message: null,
|
message: null,
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
loader: {
|
loader: {
|
||||||
type: null,
|
type: null,
|
||||||
title: null,
|
title: null,
|
||||||
message: null,
|
message: null,
|
||||||
},
|
},
|
||||||
>>>>>>> master
|
|
||||||
shouldRender: false,
|
shouldRender: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -185,11 +185,7 @@ const AccountSend = (props: Props) => {
|
|||||||
discovery,
|
discovery,
|
||||||
tokens,
|
tokens,
|
||||||
shouldRender,
|
shouldRender,
|
||||||
<<<<<<< HEAD
|
|
||||||
notification,
|
|
||||||
=======
|
|
||||||
loader,
|
loader,
|
||||||
>>>>>>> master
|
|
||||||
} = props.selectedAccount;
|
} = props.selectedAccount;
|
||||||
const {
|
const {
|
||||||
address,
|
address,
|
||||||
|
Loading…
Reference in New Issue
Block a user