Skip to content

Commit

Permalink
Format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent d225eaa commit 7707708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/forms/CheckoutInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function CheckoutInformation({
// Update status text as it changes
useEffect(() => {
if (status === "success") {
setSubmitLoading(false)
setSubmitLoading(false);
navigateToPaymentScreen(
updateUserTicketInfoData.updateUserInfoOrNewUser.userTicketId
);
Expand Down

0 comments on commit 7707708

Please sign in to comment.