We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25dad commit 5129639Copy full SHA for 5129639
1 file changed
packages/polymath-issuer/src/pages/providers/ApplyForm.js
@@ -65,8 +65,8 @@ const linkTooltip = (title: string) => (
65
</Tooltip>
66
);
67
68
-export const ApplyFormComponent = args => {
69
- const { handleSubmit, onClose, networkId } = args;
+export const ApplyFormComponent = props => {
+ const { handleSubmit, onClose, networkId } = props;
70
return (
71
<Form onSubmit={handleSubmit}>
72
<Grid>
0 commit comments