Skip to content

Commit 1a104b7

Browse files
Remove unused MenuDivider component (#592)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 016e942 commit 1a104b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/roam/src/components/LeftSidebarView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
Popover,
1414
Menu,
1515
MenuItem,
16-
MenuDivider,
1716
Divider,
1817
Position,
1918
PopoverInteractionKind,
@@ -368,7 +367,6 @@ const FavoritesPopover = ({ onloadArgs }: { onloadArgs: OnloadArgs }) => {
368367
minimal
369368
content={
370369
<Menu>
371-
<MenuDivider title="Add Or Edit" />
372370
<MenuItem
373371
text="Global Section"
374372
onClick={() => {

0 commit comments

Comments
 (0)