Skip to content
Snippets Groups Projects
Commit a3ccbbf1 authored by Maz Ameli's avatar Maz Ameli
Browse files

remove erroneous commas

parent 7f0a2cc0
Branches
Tags
No related merge requests found
......@@ -80,8 +80,8 @@ const EntityMenuItem = ({
const content = (
<Item>
<Icon name={icon} mr={1} />,
<span className="text-bold">{title}</span>,
<Icon name={icon} mr={1} />
<span className="text-bold">{title}</span>
</Item>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment