Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 20, 2023
1 parent 1d1401d commit 1cebc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GenericApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class GenericApp extends Router {
this.setState({
theme,
themeName: this.getThemeName(theme),
themeType: this.getThemeType(theme)
themeType: this.getThemeType(theme),
}, () => {
this.props.onThemeChange && this.props.onThemeChange(newThemeName);
this.onThemeChanged && this.onThemeChanged(newThemeName);
Expand Down

0 comments on commit 1cebc91

Please sign in to comment.