Skip to content

Commit 4121726

Browse files
committed
lint: fix
1 parent 196874b commit 4121726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const userMenuItems = computed(() => [
3535
to: repositoryUrl.value,
3636
target: '_blank',
3737
}
38-
: undefined
38+
: undefined,
3939
].filter(Boolean),
4040
[{
4141
label: 'Sign out',

0 commit comments

Comments
 (0)