File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55### Patch Changes
66
7- - 2631a9f: Add office type and location information for IFRC delegation office
87- 1b4b6df: Add local unit form
9- - 2d7a6a5: - Enable ability to start PER in IFRC supported lanugages
10- - Make PER forms readOnly in case of language mismatch
8+ - 2631a9f: Add office type and location information for IFRC delegation office
9+ - 2d7a6a5: - Enable ability to start PER in IFRC supported languages
10+ - Make PER forms ` readOnly ` in case of language mismatch
1111- e4bf098: Fix incorrect statistics for past appeals of a country
1212- Updated dependencies [ 0ab207d]
1313- Updated dependencies [ 66151a7]
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ export function Component() {
6363 const contentOriginalLanguage = statusResponse
6464 ?. translation_module_original_language ;
6565 const languageMismatch = isDefined ( perId )
66- && currentLanguage !== contentOriginalLanguage ;
67-
66+ && isDefined ( contentOriginalLanguage )
67+ && ( currentLanguage !== contentOriginalLanguage ) ;
6868 const shouldHideForm = isDefined ( statusResponseError ) ;
6969
7070 const actionDivRef = useRef < HTMLDivElement > ( null ) ;
You can’t perform that action at this time.
0 commit comments