File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -760,17 +760,21 @@ const ShowSignInGateAuxia = ({
760
760
} ) ;
761
761
} , [ componentId ] ) ;
762
762
763
- return SignInGateAuxia ( {
764
- guUrl : host ,
765
- signInUrl,
766
- dismissGate : ( ) => {
767
- setShowGate ( false ) ;
768
- } ,
769
- abTest,
770
- ophanComponentId : componentId ,
771
- checkoutCompleteCookieData,
772
- personaliseSignInGateAfterCheckoutSwitch,
773
- userTreatment,
774
- logTreatmentInteractionCall,
775
- } ) ;
763
+ return (
764
+ < SignInGateAuxia
765
+ guUrl = { host }
766
+ signInUrl = { signInUrl }
767
+ dismissGate = { ( ) => {
768
+ setShowGate ( false ) ;
769
+ } }
770
+ abTest = { abTest }
771
+ ophanComponentId = { componentId }
772
+ checkoutCompleteCookieData = { checkoutCompleteCookieData }
773
+ personaliseSignInGateAfterCheckoutSwitch = {
774
+ personaliseSignInGateAfterCheckoutSwitch
775
+ }
776
+ userTreatment = { userTreatment }
777
+ logTreatmentInteractionCall = { logTreatmentInteractionCall }
778
+ />
779
+ ) ;
776
780
} ;
You can’t perform that action at this time.
0 commit comments