mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: usage rates pagez
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{/if}
|
||||
</TableRow>
|
||||
{:else}
|
||||
{@const addon = plan[`${usage.id}Addon`]}
|
||||
{@const addon = plan.addons[usage.id]}
|
||||
<TableRow>
|
||||
<TableCellText title="resource">{usage.resource}</TableCellText>
|
||||
<TableCellText title="limit">
|
||||
|
||||
Reference in New Issue
Block a user