Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix: Crossword Sign In Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhunty committed Sep 5, 2023
1 parent 445e564 commit 64cc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Mallard/src/components/Modals/SignInModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SignInModal = () => {
<SignInModalCard
onDismiss={() => navigate(RouteNames.Issue)}
onLoginPress={signIn}
close={() => navigate(RouteNames.Article)}
close={() => navigate(RouteNames.Issue)}
/>
</CenterWrapper>
);
Expand Down

0 comments on commit 64cc0cf

Please sign in to comment.