Fix: Name in comments (#4163)

This commit is contained in:
Mike
2025-03-11 16:42:02 +01:00
committed by GitHub
parent 709976589e
commit cf2c8f8eea
@@ -8,7 +8,7 @@
]"
@click="($event) => $emit('click', $event)"
>
<span class="truncate">{{ item.company ? item.company : item.name }}</span>
<span class="truncate">{{ item.name }}</span>
</a>
</template>
<script setup lang="ts">