Fix content header not rendering properly on mobile

This commit is contained in:
Gabe Kangas
2022-08-22 21:50:17 -07:00
parent 6f9add15a1
commit f3d611e762
3 changed files with 14 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ const appStateModel =
createMachine({
id: 'appState',
initial: 'loading',
predictableActionArguments: true,
states: {
loading: {
meta: {