commit: 085788f6375b90ef345090e148ebb489e8a175a0
parent 7b6bef1b1af9559edbba4d5aa41a8a00c3400585
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 20 Jan 2025 17:01:28 +0200
lint refuses to cooperate
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue
@@ -20,8 +20,7 @@
class="fa-scale-110"
:icon="button.icon(funcArg)"
:spin="!extra && button.animated?.() && animationState"
- style="
- --fa-animation-duration: 750ms;"
+ :style="'--fa-animation-duration: 750ms'"
fixed-width
/>
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">