Move ERC-20 warning from address-token view to receive/QR view
All checks were successful
check / check (push) Successful in 17s
All checks were successful
check / check (push) Successful in 17s
The warning about only sending ERC-20 tokens on the Ethereum network belongs on the receive page where the QR code is shown, not on the token detail view. Non-token receive flows hide the warning.
This commit is contained in:
@@ -424,6 +424,7 @@ function init(ctx) {
|
||||
color: { dark: "#000000", light: "#ffffff" },
|
||||
});
|
||||
}
|
||||
$("receive-erc20-warning").classList.add("hidden");
|
||||
showView("receive");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user