Skip to content

Commit fd32f1d

Browse files
authored
chore: fix prettier (#3460)
1 parent 2cc92bd commit fd32f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-sidebar/src/components-legacy/sidebar/navigation-items.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const navItemButton = css({
3131
backgroundColor: uiColors.gray.dark2,
3232
':hover': {
3333
cursor: 'pointer',
34-
backgroundColor: uiColors.gray.dark3
34+
backgroundColor: uiColors.gray.dark3,
3535
},
3636
});
3737

0 commit comments

Comments
 (0)