mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
pass links to the main.route extension point
This commit is contained in:
@@ -79,7 +79,7 @@ class App extends Component<Props> {
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
content = <Main authenticated={authenticated} />;
|
||||
content = <Main authenticated={authenticated} links={links} />;
|
||||
}
|
||||
return (
|
||||
<div className="App">
|
||||
|
||||
Reference in New Issue
Block a user