Skip to content
Snippets Groups Projects
Unverified Commit a8164550 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Remove config property from App; fixes #1764

parent 92a8e98c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class MiradorViewer {
ReactDOM.render(
<Provider store={this.store}>
<I18nextProvider i18n={i18n}>
<App config={config} />
<App />
</I18nextProvider>
</Provider>,
document.getElementById(config.id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment