Merge remote-tracking branch 'origin/main' into front-styles
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
Country/Currency
|
||||
</span>
|
||||
<span v-if="country" class="font-medium dark:text-white text-black">
|
||||
{{ country?.name }} / {{ country?.ps_currency }}
|
||||
{{ country?.name || 'Country' }} / {{ country?.ps_currency || 'Currency' }}
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user