diff --git a/web/cashtab-components/src/hoc/CashtabBase/CashtabBase.tsx b/web/cashtab-components/src/hoc/CashtabBase/CashtabBase.tsx --- a/web/cashtab-components/src/hoc/CashtabBase/CashtabBase.tsx +++ b/web/cashtab-components/src/hoc/CashtabBase/CashtabBase.tsx @@ -179,6 +179,11 @@ if (walletProviderStatus) { this.setState({ step: 'fresh' }); + // Do not pass a token quantity to send, this is not yet supported in Cashtab + if (coinType === Ticker.tokenName) { + return; + } + return window.postMessage( { type: 'FROM_PAGE',