diff --git a/src/components/app.jsx b/src/components/app.jsx index 6b0d348..d47f662 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -237,7 +237,8 @@ export default class App extends Component { // not enumerable anymore newUser = { ...newUser, - isPro: false + isPro: false, + ...customUser }; window.user = newUser; this.setState({ user: newUser, prefs }, this.updateSetting);