1
0

chore: format

This commit is contained in:
kolaente 2023-04-03 11:19:46 +02:00
parent 0a17df87e9
commit 4ad9773022
No known key found for this signature in database
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"