Commit e180dd07 authored by erio's avatar erio
Browse files

fix(usage): remove label text from inline account cost, keep orange color

parent a7dd535d
...@@ -155,7 +155,7 @@ ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment