Skip to content

Commit

Permalink
fix(app): remove toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Feb 7, 2025
1 parent 9bc9350 commit 6ef6392
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ const transfer = async () => {
return
}
if (isValidBech32ContractAddress(maybeBechAddr)) {
toast.info("needs cw20 approval inner")
transferState.set({ kind: "APPROVING_ASSET" })
} else {
// @ts-ignore
Expand Down Expand Up @@ -602,8 +601,6 @@ let stepperSteps = derived(transferState, $transferState => {
? fromHex(transferArgs.baseToken, "string")
: ""
if (isValidBech32ContractAddress(maybeBechAddr)) {
toast.info("needs cw20 approval")
return [
stateToStatus(
$transferState,
Expand Down

0 comments on commit 6ef6392

Please sign in to comment.