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