Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Dec 29, 2023
1 parent 4ad15ad commit 16d6a26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export function WalletSendScreenNativeValue(props: {}) {

const gasMode = Option.wrap(maybeGasMode).unwrapOr("normal")

const chainData = chainByChainId[Number(maybeChain)]
const chain = Option.unwrap(maybeChain)
const chainData = chainByChainId[Number(chain)]
const tokenData = chainData.token

const context = useEthereumContext2(wallet.uuid, chainData).unwrap()
Expand Down

0 comments on commit 16d6a26

Please sign in to comment.