Skip to content

Commit 7b93de1

Browse files
committed
fix: linter
1 parent 7ea89d6 commit 7b93de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ProfileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const { data: user } = useCurrentUser();
293293
class="w-full appearance-none truncate bg-background-1 py-0.5 pl-1 pr-5 leading-normal"
294294
>
295295
<option
296-
v-for="(lang, j) in [
296+
v-for="lang in [
297297
item,
298298
...availableContentLanguages.filter(
299299
(x) => !contentLanguages.includes(x),

0 commit comments

Comments
 (0)