Skip to content

Commit 7052f81

Browse files
committed
1 parent fa1d3a5 commit 7052f81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/js/templates/App.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,8 @@ export default class App extends React.Component {
817817

818818
render() {
819819
return (
820-
<ConfigurationContext.Provider value={this.props.configuration}>
821-
<LocalizationContext.Provider value={this._}>
820+
<ConfigurationContext value={this.props.configuration}>
821+
<LocalizationContext value={this._}>
822822
<PureApp
823823
navSourcesExpanded={this.state.navSourcesExpanded}
824824
setNavSourcesExpanded={this.setNavSourcesExpanded}
@@ -841,8 +841,8 @@ export default class App extends React.Component {
841841
tags={this.state.tags}
842842
reloadAll={this.reloadAll}
843843
/>
844-
</LocalizationContext.Provider>
845-
</ConfigurationContext.Provider>
844+
</LocalizationContext>
845+
</ConfigurationContext>
846846
);
847847
}
848848
}

0 commit comments

Comments
 (0)