@@ -850,15 +850,15 @@ export function BrandingSetting() {
850850 onChange = { ( e ) => updateSettings ( SettingsEnum . ERROR_PAGE_TEXT , e . target . value ) }
851851 />
852852
853- { ! Boolean ( configOrgId ) ? (
854- < >
853+ { /* { !Boolean(configOrgId) ? (
854+ <> */ }
855855 < StyledSectionTitle style = { { marginTop : "20px" } } > { trans ( "branding.errorPageImageUrl" ) } </ StyledSectionTitle >
856856 < StyledInput
857857 placeholder = { trans ( "branding.errorPageImageUrlPlaceholder" ) }
858858 value = { brandingConfig ?. config_set ?. [ SettingsEnum . ERROR_PAGE_IMAGE ] || "" }
859859 onChange = { ( e ) => updateSettings ( SettingsEnum . ERROR_PAGE_IMAGE , e . target . value ) }
860860 />
861- </ >
861+ { /* </>
862862 ) : (
863863 <>
864864 <StyledSectionTitle style={{marginTop : "20px"}}>{trans("branding.errorPageImage")}</StyledSectionTitle>
@@ -879,7 +879,7 @@ export function BrandingSetting() {
879879 </Upload>
880880 </StyledRectUploadContainer>
881881 </>
882- ) }
882+ )} */ }
883883 </ Col >
884884 < Col xs = { 24 } md = { 8 } >
885885 < Paragraph type = "secondary" >
@@ -907,15 +907,15 @@ export function BrandingSetting() {
907907 onChange = { ( e ) => updateSettings ( SettingsEnum . SIGNUP_PAGE_TEXT , e . target . value ) }
908908 />
909909
910- { ! Boolean ( configOrgId ) ? (
911- < >
910+ { /* { !Boolean(configOrgId) ? (
911+ <> */ }
912912 < StyledSectionTitle style = { { marginTop : "20px" } } > { trans ( "branding.signUpPageImageUrl" ) } </ StyledSectionTitle >
913913 < StyledInput
914914 placeholder = { trans ( "branding.signUpPageImageUrlPlaceholder" ) }
915915 value = { brandingConfig ?. config_set ?. [ SettingsEnum . SIGNUP_PAGE_IMAGE ] || "" }
916916 onChange = { ( e ) => updateSettings ( SettingsEnum . SIGNUP_PAGE_IMAGE , e . target . value ) }
917917 />
918- </ >
918+ { /* </>
919919 ) : (
920920 <>
921921 <StyledSectionTitle style={{marginTop : "20px"}}>{trans("branding.signUpPageImage")}</StyledSectionTitle>
@@ -936,7 +936,7 @@ export function BrandingSetting() {
936936 </Upload>
937937 </StyledRectUploadContainer>
938938 </>
939- ) }
939+ )} */ }
940940 </ Col >
941941 < Col xs = { 24 } md = { 8 } >
942942 < Paragraph type = "secondary" >
0 commit comments