Skip to content

Commit

Permalink
style: apply linter suggestion
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 230ea78 commit 0ebcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/HistoryListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
dense />
</v-col>
<v-col class="offset-4 col-4 d-flex align-center justify-end">
<v-tooltip top v-if="selectedJobs.length">
<v-tooltip v-if="selectedJobs.length" top>
<template #activator="{ on, attrs }">
<v-btn
color="error"
Expand Down

0 comments on commit 0ebcf21

Please sign in to comment.