Skip to content

Commit 2e35247

Browse files
apply Pearl's suggestions
Co-authored-by: Pearl Dsilva <[email protected]>
1 parent 45788aa commit 2e35247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/UsageRecords.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</a-col>&nbsp;&nbsp;
6060
<a-col>
6161
<tooltip-button
62-
v-if="'removeRawUsageRecords' in this.$store.getters.apis"
62+
v-if="'removeRawUsageRecords' in $store.getters.apis"
6363
type="danger"
6464
icon="delete-outlined"
6565
:tooltip="$t('label.usage.records.purge')"

0 commit comments

Comments
 (0)