Skip to content

Commit

Permalink
fix(app): return default
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 2, 2024
1 parent 87713aa commit 966854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/routes/transfer/(components)/transfer-form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ const addressIsValid = derived([receiver, toChain], ([$receiver, $toChain]) => {
if ($toChain.rpc_type === "evm") {
return isValidEvmAddress($receiver)
}
return false
})
</script>

Expand Down

0 comments on commit 966854b

Please sign in to comment.