History Bug at `/app`
Closed this issue · 0 comments
tim-macphail commented
To recreate:
- Have courses stored in
localStorage
(upload something) - Exit the page and reload it at
/
(landing page) - Click "get started" button
- You are now on
/app
. Click the back arrow of your browser
Expected behaviour: return to landing page /
Actual behaviour: have to click 3 times to return to landing page /
Probably something to do with with
lifeline/client/src/pages/Review/Review.tsx
Lines 96 to 103 in ca442d8
interacting with
lifeline/client/src/pages/Review/Review.tsx
Lines 69 to 77 in ca442d8
as I think it was introduced in #202 but I'm not sure.