We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059fc4f commit 6a40015Copy full SHA for 6a40015
ui/src/components/ProviderCard.vue
@@ -45,7 +45,7 @@ function handleRecharge() {
45
</script>
46
47
<template>
48
- <component :is="provider.Login" v-if="userInfo === null" />
+ <component :is="provider.Login" v-if="userInfo === null" />
49
<Card v-else>
50
<CardHeader>
51
<CardTitle class="flex items-center gap-2">
@@ -84,7 +84,7 @@ function handleRecharge() {
84
{{ userInfo.balance.currency === 'USD' ? '$' : '' }}{{ userInfo.balance.amount }}
85
{{ userInfo.balance.currency === 'CNY' ? t('yuan') : userInfo.balance.currency === 'USD' ? '' : `(${userInfo.balance.currency})` }}
86
</span>
87
- </div>
+ </div>
88
</div>
89
</CardContent>
90
<CardFooter class="pt-2 flex gap-2">
0 commit comments