Skip to content

Commit 6a40015

Browse files
[autofix.ci] apply automated fixes
1 parent 059fc4f commit 6a40015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/ProviderCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function handleRecharge() {
4545
</script>
4646

4747
<template>
48-
<component :is="provider.Login" v-if="userInfo === null" />
48+
<component :is="provider.Login" v-if="userInfo === null" />
4949
<Card v-else>
5050
<CardHeader>
5151
<CardTitle class="flex items-center gap-2">
@@ -84,7 +84,7 @@ function handleRecharge() {
8484
{{ userInfo.balance.currency === 'USD' ? '$' : '' }}{{ userInfo.balance.amount }}
8585
{{ userInfo.balance.currency === 'CNY' ? t('yuan') : userInfo.balance.currency === 'USD' ? '' : `(${userInfo.balance.currency})` }}
8686
</span>
87-
</div>
87+
</div>
8888
</div>
8989
</CardContent>
9090
<CardFooter class="pt-2 flex gap-2">

0 commit comments

Comments
 (0)