diff --git a/packages/checkout/widgets-lib/src/widgets/sale/components/InsufficientCoinsBanner.tsx b/packages/checkout/widgets-lib/src/widgets/sale/components/InsufficientCoinsBanner.tsx index df53b1aced..915537ce0e 100644 --- a/packages/checkout/widgets-lib/src/widgets/sale/components/InsufficientCoinsBanner.tsx +++ b/packages/checkout/widgets-lib/src/widgets/sale/components/InsufficientCoinsBanner.tsx @@ -37,7 +37,7 @@ export function InsufficientCoinsBanner() { let label = t('views.PAYMENT_METHODS.insufficientCoinsBanner.caption'); - if (!hasEnough[ItemType.NATIVE] && hasEnough[ItemType.NATIVE]) { + if (!hasEnough[ItemType.NATIVE] && hasEnough[ItemType.ERC20]) { label = t('views.PAYMENT_METHODS.insufficientCoinsBanner.gasCaption'); }