Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Renaming e to event
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche committed Oct 10, 2022
1 parent 203e88d commit ff92a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[key]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const StartPage: NextPage = () => {
return (
<MainLayout>
<div id="onfido-mount" />
{!onfidoInstance && <FirstStep onfidoInstance={onfidoInstance} onSubmit={(e) => onSubmit(e)} loading={loading} />}
{!onfidoInstance && <FirstStep onfidoInstance={onfidoInstance} onSubmit={(event) => onSubmit(event)} loading={loading} />}
</MainLayout>
);
};
Expand Down

0 comments on commit ff92a74

Please sign in to comment.