Skip to content

Commit

Permalink
remove test toast
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Dec 8, 2024
1 parent e4f83d7 commit 312ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/EventRegister.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export default function EventRegister() {
</div>
<div
className="row"
onClick={() => (!currentUser.email) ? toast.error("The register number is based on your Email and cannot be modified.", { toastId: "reg_no_disabled_info" }) : toast.error(currentUser.email)}
onClick={() => (!currentUser.email) ? toast.error("The register number is based on your Email and cannot be modified.", { toastId: "reg_no_disabled_info" }) : null}
>
<label for="email">Register No *</label>
<input
Expand Down

0 comments on commit 312ffd9

Please sign in to comment.