pass links to the main.route extension point

This commit is contained in:
Sebastian Sdorra
2019-01-11 13:10:15 +01:00
parent b80f0572df
commit 3d853d2eaf
2 changed files with 6 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ class App extends Component<Props> {
/>
);
} else {
content = <Main authenticated={authenticated} />;
content = <Main authenticated={authenticated} links={links} />;
}
return (
<div className="App">