Skip to content

Commit 89bdc8b

Browse files
authored
Update dependencies for auxia request hook (#13562)
2 parents 05ac2de + ad57458 commit 89bdc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/SignInGateSelector.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ const SignInGateSelectorAuxia = ({
711711
})().catch((error) => {
712712
console.error('Error fetching Auxia display data:', error);
713713
});
714-
}, [abTest]);
714+
}, [abTest, isSignedIn, isPaidContent, isPreview]);
715715

716716
// We are not showing the gate if we are in preview, it's a paid contents
717717
// or the user is signed in or if for some reasons we could not determine the

0 commit comments

Comments
 (0)