fix(usage): remove label text from inline account cost, keep orange color
This commit is contained in:
parent
a7dd535d47
commit
e180dd0710
@ -155,7 +155,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="row.account_rate_multiplier != null" class="mt-0.5 text-[11px] text-orange-500 dark:text-orange-400">
|
<div v-if="row.account_rate_multiplier != null" class="mt-0.5 text-[11px] text-orange-500 dark:text-orange-400">
|
||||||
{{ t('usage.accountCost') }} ${{ accountBilled(row).toFixed(6) }}
|
A ${{ accountBilled(row).toFixed(6) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user