Skip to content

Commit 2ae77ec

Browse files
committed
fix: lint.
1 parent 749b41a commit 2ae77ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
8585
const isSelected = (service: string): boolean => {
8686
return page.route.id?.includes(service);
87-
}
87+
};
8888
</script>
8989

9090
<div

0 commit comments

Comments
 (0)