Skip to content

Commit

Permalink
3230 Sign-in broken following 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavendraTirumalasetti committed Dec 21, 2023
1 parent 52229b2 commit f070172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peregrine/lib/talons/SignIn/useSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const useSignIn = props => {
const handleSubmit = useCallback(
async ({ email, password }) => {
setIsSigningIn(true);
handleTriggerClick();
handleTriggerClick?handleTriggerClick():null;
try {
// Get source cart id (guest cart id).
const sourceCartId = cartId;
Expand Down

0 comments on commit f070172

Please sign in to comment.