Fix merge conflicts

This commit is contained in:
mabashian
2019-04-23 13:27:00 -04:00
parent 5ae7cbb43a
commit 38bb4f3f3c
3 changed files with 8 additions and 20 deletions

View File

@@ -124,7 +124,7 @@ class Provider extends Component {
return (
<ConfigContext.Provider
value={{
...(propsValue || stateValue),
...value,
fetchMe: this.fetchMe,
updateConfig: this.updateConfig
}}