Fix eslint warnings

This commit is contained in:
Joscha 2025-02-10 15:28:30 +01:00
parent 92f5e37a4c
commit 4aeb9eb8bd
6 changed files with 10 additions and 9 deletions

View file

@ -69,6 +69,7 @@ function onSelectRepo(id: string) {
>
<CNavbarDropdownEntry
v-for="repo of repos.reposByName"
:key="repo.id"
:class="{ 'font-medium': repo.id === repos.selectedRepoId }"
@click="onSelectRepo(repo.id)"
>