Commit bf0333e3 by Hugo Häggmark

Removed strange edit

parent a6428fef
......@@ -11,7 +11,7 @@ const SideMenuDropDown: FC<Props> = props => {
<ul className="dropdown-menu dropdown-menu--sidemenu" role="menu">
<li className="side-menu-header">
<a href={link.url}>
<span className="sidemenu-item-text">{link.text}</span>{' '}
<span className="sidemenu-item-text">{link.text}</span>
</a>
</li>
{link.children &&
......
......@@ -14,7 +14,6 @@ exports[`Render should render children 1`] = `
>
link
</span>
</a>
</li>
<DropDownChild
......@@ -58,7 +57,6 @@ exports[`Render should render component 1`] = `
>
link
</span>
</a>
</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment