Skip to content

Commit 56801b8

Browse files
apply Pearl's suggestions
Co-authored-by: Pearl Dsilva <[email protected]>
1 parent ca68e52 commit 56801b8

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
@@ -50,7 +50,7 @@
5050
<a-row justify="end">
5151
<a-col>
5252
<tooltip-button
53-
v-if="'generateUsageRecords' in this.$store.getters.apis"
53+
v-if="'generateUsageRecords' in $store.getters.apis"
5454
type="primary"
5555
icon="hdd-outlined"
5656
:tooltip="$t('label.usage.records.generate')"

0 commit comments

Comments
 (0)