Removed strange edit

This commit is contained in:
Hugo Häggmark 2019-01-22 08:18:03 +01:00
parent a6428fef0c
commit bf0333e329
2 changed files with 1 additions and 3 deletions

View File

@ -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 &&

View File

@ -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>