Fix content header not rendering properly on mobile
This commit is contained in:
@@ -70,6 +70,7 @@ const appStateModel =
|
||||
createMachine({
|
||||
id: 'appState',
|
||||
initial: 'loading',
|
||||
predictableActionArguments: true,
|
||||
states: {
|
||||
loading: {
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user