Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Exchange/common/ShowBuyBanner/…
Browse files Browse the repository at this point in the history
…ShowBuyBanner.tsx

Co-authored-by: Michal S <[email protected]>
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss and michaeljscript authored Sep 18, 2024
1 parent f10886b commit 176e771
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const ShowBuyBanner = () => {
const showSmallBanner = useShowBuyBannerSmall()
const {resetShowBuyBannerSmall} = useResetShowBuyBannerSmall()

console.log('transactionInfos', transactionInfos)

if (hasZeroPt && hasZeroTx && network === Chain.Network.Preprod) return <PreprodFaucetBanner />
if (hasZeroPt && hasZeroTx && network === Chain.Network.Sancho) return <SanchonetFaucetBanner />
Expand Down

0 comments on commit 176e771

Please sign in to comment.