Merge pull request #955 from betagouv/publicodes-page-blanche
🐛 Page blanche publicodes
pull/956/head
commit
6f929054c3
|
@ -67,7 +67,7 @@ export default class Provider extends PureComponent<ProviderProps> {
|
|||
history: this.history,
|
||||
sitePaths: this.props.sitePaths
|
||||
}),
|
||||
...props.reduxMiddlewares
|
||||
...(props.reduxMiddlewares ?? [])
|
||||
)
|
||||
)
|
||||
if (this.props.language) {
|
||||
|
|
|
@ -282,7 +282,7 @@ const mainReducer = (state, action: Action) =>
|
|||
a,
|
||||
b,
|
||||
a && analysisWithDefaultsSelector(state),
|
||||
state.inFranceApp?.existingCompany
|
||||
state?.inFranceApp?.existingCompany
|
||||
),
|
||||
previousSimulation: defaultTo(null) as Reducer<SavedSimulation | null>,
|
||||
currentExample,
|
||||
|
|
Loading…
Reference in New Issue