"backend/vscode:/vscode.git/clone" did not exist on "d8563adc14fdf8fdb26d7e9ce4e8b4bceb5e8eee"
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 @@
</div>
</div>
<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>
</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