Commit 3d2a8b8
committed
guard against undefined step_completions from failed session
makeRequest returns {} when session token is missing (503 from
/api/auth/session). The truthy {} passed the if-check and set
stepCompletions to undefined, crashing on next render.1 parent a64ec3c commit 3d2a8b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments