mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
merge
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user