Skip to content

Commit 709e28f

Browse files
authored
fix: leftovers from #306 in next's Form (#308)
1 parent d9baebd commit 709e28f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/next/components/foo/Form.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ export const Form: FunctionComponent<Props> = ({ {{{lc}}} }) => {
2424
console.error(error);
2525
}
2626
};
27-
28-
const renderForm
29-
27+
3028
return (
3129
<div>
3230
<h1>{ {{{lc}}} ? `Edit {{{ucf}}} ${ {{~lc}}['@id']}` : `Create {{{ucf}}}` }</h1>

0 commit comments

Comments
 (0)