This commit is contained in:
Florian Scholdei
2019-01-29 09:17:14 +01:00
28 changed files with 194 additions and 114 deletions

View File

@@ -18,7 +18,7 @@ class NavAction extends React.Component<Props> {
return (
<li>
<a onClick={action}>{showIcon}{label}</a>
<a onClick={action} href="javascript:void(0);">{showIcon}{label}</a>
</li>
);
}