diff --git a/web/cashtab/src/components/Airdrop/Airdrop.js b/web/cashtab/src/components/Airdrop/Airdrop.js --- a/web/cashtab/src/components/Airdrop/Airdrop.js +++ b/web/cashtab/src/components/Airdrop/Airdrop.js @@ -83,7 +83,7 @@ color: ${props => props.theme.lightWhite} !important; } `; -// Note jestBCH is only used for unit tests; BCHJS must be mocked for jest + const Airdrop = ({ passLoadingStatus }) => { const ContextValue = React.useContext(WalletContext); const { @@ -869,7 +869,6 @@ }; Airdrop.propTypes = { - jestBCH: PropTypes.object, passLoadingStatus: PropTypes.func, }; diff --git a/web/cashtab/src/components/Home/Home.js b/web/cashtab/src/components/Home/Home.js --- a/web/cashtab/src/components/Home/Home.js +++ b/web/cashtab/src/components/Home/Home.js @@ -235,11 +235,7 @@ Create eToken {tokens && tokens.length > 0 ? ( - + ) : (

Tokens sent to your {currency.tokenTicker} address