Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
talyaron committed Jun 27, 2024
1 parent bee0887 commit f8d335d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const InvitationModal: FC<Props> = ({ setShowModal }) => {

const [errorMessage, setErrorMessage] = useState<string>("");

async function handleJoin(ev: React.FormEventHandler<HTMLFormElement>) {
async function handleJoin(ev) {
try {
ev.preventDefault();
if (!ev.target.pin.value) throw new Error("No pin value");
Expand Down

0 comments on commit f8d335d

Please sign in to comment.