fixed some display messages

Change-Id: I85b0c60f6e6ff629d82b5bb1757386ec8f482f7f
This commit is contained in:
chase-45 2021-09-01 10:35:19 -04:00
parent 3c3182040f
commit 2ed1fd75b6
3 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@ export const TokenSelector = (props: TokenSelectorProps) => {
//This is only for errors so bad that we shouldn't even mount the component
const fatalError =
maps?.tokenAccounts?.error &&
!(lookupChain === CHAIN_ID_ETH) &&
!(lookupChain === CHAIN_ID_TERRA); //Terra & ETH can proceed because it has advanced mode
lookupChain !== CHAIN_ID_ETH &&
lookupChain !== CHAIN_ID_TERRA &&
maps?.tokenAccounts?.error; //Terra & ETH can proceed because it has advanced mode
const content = fatalError ? (
<Typography>{fatalError}</Typography>

View File

@ -263,7 +263,7 @@ function RecoveryDialogContent({ onClose }: { onClose: () => void }) {
<DialogContent>
<Alert severity="info">
If you have sent your tokens but have not redeemed them, you may paste
the signed VAA here to resume from the redeem step.
in the Source Transaction ID (from Step 3) to resume your transfer.
</Alert>
<TextField
select

View File

@ -6,7 +6,7 @@ export const theme = responsiveFontSizes(
type: "dark",
background: {
default: "#010114",
paper: "#010114",
paper: "rgba(0, 0, 0, 0.2)",
},
divider: "#4e4e54",
primary: {