chore: apply lint fixes
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2024-02-07 12:44:27 +01:00
parent c8267a467a
commit 3998745c92
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 6 additions and 6 deletions

View File

@ -7,9 +7,9 @@ const value = ref(50)
</script>
<template>
<Story>
<Variant title="Default">
<ProgressBar :value="value" />
</Variant>
</Story>
<Story>
<Variant title="Default">
<ProgressBar :value="value" />
</Variant>
</Story>
</template>

View File

@ -48,8 +48,8 @@
<h3>{{ task.title }}</h3>
<ProgressBar
class="task-progress"
v-if="task.percentDone > 0"
class="task-progress"
:value="task.percentDone * 100"
/>
<div class="footer">