File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/features/orchestrator Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Welcome modal is now displayed correctly.
13+
1014## [ 1.0.0] ( https://github.com/InseeFr/walking-papers/releases/tag/0.1.0 ) - 2026-01-16
1115
1216### Added
Original file line number Diff line number Diff line change @@ -150,10 +150,7 @@ export default function Orchestrator(props: OrchestratorProps) {
150150 } , [ currentPage , pageTag ] )
151151
152152 useEffect ( ( ) => {
153- return ( ) => {
154- triggerDataAndStateUpdate ( )
155- setOpenModal ( shouldDisplayWelcomeModal ( initialState , initialCurrentPage ) )
156- }
153+ setOpenModal ( shouldDisplayWelcomeModal ( initialState , initialCurrentPage ) )
157154 } , [ ] )
158155
159156 const triggerDataAndStateUpdate = async ( isLogout : boolean = false ) => {
You can’t perform that action at this time.
0 commit comments