Skip to content

Commit

Permalink
Only display native USDC box for the USDC account
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Dec 13, 2023
1 parent 305f6e4 commit 81f1b22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/layouts/AddressOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
</button>
</div>
</div>
<div v-if="usdcAddressInfo && usdcAddressInfo.nativeBalance" class="native-usdc-notice">
<div
v-if="activeCurrency === 'usdc' && usdcAddressInfo && usdcAddressInfo.nativeBalance"
class="native-usdc-notice"
>
<div class="flex-row">
<UsdcIcon />
{{ $t('Native Polygon USDC') }}
Expand Down

0 comments on commit 81f1b22

Please sign in to comment.