Finish search from header

This commit is contained in:
Tom Raithel
2017-03-21 20:57:20 +01:00
parent fd029dad9e
commit ad2b0e34ad
7 changed files with 102 additions and 43 deletions

View File

@@ -10,7 +10,8 @@ export const renderPage = (radar, pageName) => {
// Create a new Redux store instance
const store = createStore(appReducer, {
...radar,
pageName
pageName,
pageState: {},
});
// Render the component to a string