Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stainbrook <patrick@hohestadt.de>
  • Loading branch information
rackrick committed Sep 19, 2024
1 parent 1abc9f9 commit eaeea3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/HistoryListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<v-col class="offset-4 col-4 d-flex align-center justify-end">
<v-tooltip top>
<template #activator="{ on, attrs }" v-if="selectedJobs.length">

Check warning on line 18 in src/components/panels/HistoryListPanel.vue

View workflow job for this annotation

GitHub Actions / ESLint

src/components/panels/HistoryListPanel.vue#L18

Attribute "v-if" should go before "#activator" (vue/attributes-order)
<v-btn
<v-btn
color="error"
class="px-2 minwidth-0 ml-3"
v-bind="attrs"
Expand Down Expand Up @@ -70,7 +70,7 @@
</template>
<span>{{ $t('History.Settings') }}</span>
</v-tooltip>
</template>
</template>
<v-list>
<v-list-item class="minHeight36">
<v-checkbox
Expand Down

0 comments on commit eaeea3b

Please sign in to comment.