Skip to content

Commit

Permalink
chore: Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent a0ab3d9 commit 8680ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/MainSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const links = computed<HorizontalNavigationLink[]>(() => [
badge: warningsBadge.value
? {
color: 'yellow',
label: warningsBadge.value,
label: String(warningsBadge.value),
}
: undefined,
click: () => void (tab.value = 'warnings'),
Expand Down

0 comments on commit 8680ce7

Please sign in to comment.