[Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction
Port 0999cb4601
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
committed by
Claire
parent
a33d6c946a
commit
3d9e35375c
@@ -378,7 +378,7 @@ class UI extends React.Component {
|
||||
|
||||
if (layout !== this.props.layout) {
|
||||
this.handleLayoutChange.cancel();
|
||||
this.props.dispatch(changeLayout(layout));
|
||||
this.props.dispatch(changeLayout({ layout }));
|
||||
} else {
|
||||
this.handleLayoutChange();
|
||||
}
|
||||
|
Reference in New Issue
Block a user