Skip to content

Commit

Permalink
fix: remove duplicated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed May 13, 2024
1 parent dcf0ef0 commit 7b1be1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/sn-editor-react/src/components/menu-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ export const MenuBar: FC<MenuBarProps> = ({ editor }) => {
<FormatListNumberedIcon />
</IconButton>
</Tooltip>
<HTMLEditorControl
editor={editor}
buttonProps={{ classes: { root: classes.button, colorPrimary: classes.buttonPrimary } }}
/>
<ImageControl
editor={editor}
buttonProps={{ classes: { root: classes.button, colorPrimary: classes.buttonPrimary } }}
Expand Down

0 comments on commit 7b1be1a

Please sign in to comment.