We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016e942 commit 1a104b7Copy full SHA for 1a104b7
1 file changed
apps/roam/src/components/LeftSidebarView.tsx
@@ -13,7 +13,6 @@ import {
13
Popover,
14
Menu,
15
MenuItem,
16
- MenuDivider,
17
Divider,
18
Position,
19
PopoverInteractionKind,
@@ -368,7 +367,6 @@ const FavoritesPopover = ({ onloadArgs }: { onloadArgs: OnloadArgs }) => {
368
367
minimal
369
content={
370
<Menu>
371
- <MenuDivider title="Add Or Edit" />
372
<MenuItem
373
text="Global Section"
374
onClick={() => {
0 commit comments