chore: format
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
kolaente 2023-04-03 11:19:46 +02:00
parent ba48426103
commit 74f7aa0f53
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -18,9 +18,9 @@
class="list-menu-link" class="list-menu-link"
:class="{'router-link-exact-active': currentProject.id === project.id}" :class="{'router-link-exact-active': currentProject.id === project.id}"
> >
<span class="icon menu-item-icon handle"> <span class="icon menu-item-icon handle">
<icon icon="grip-lines"/> <icon icon="grip-lines"/>
</span> </span>
<ColorBubble <ColorBubble
v-if="project.hexColor !== ''" v-if="project.hexColor !== ''"
:color="project.hexColor" :color="project.hexColor"