Skip to content

Commit

Permalink
fix: move if to enclosing tag
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 24, 2024
1 parent eaeea3b commit 230ea78
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 @@ -14,8 +14,8 @@
dense />
</v-col>
<v-col class="offset-4 col-4 d-flex align-center justify-end">
<v-tooltip top>
<template #activator="{ on, attrs }" v-if="selectedJobs.length">
<v-tooltip top v-if="selectedJobs.length">

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

View workflow job for this annotation

GitHub Actions / ESLint

src/components/panels/HistoryListPanel.vue#L17

Attribute "v-if" should go before "top" (vue/attributes-order)
<template #activator="{ on, attrs }">
<v-btn
color="error"
class="px-2 minwidth-0 ml-3"
Expand Down

0 comments on commit 230ea78

Please sign in to comment.