Form generation for view/constant/pure functions
This commit is contained in:
parent
83644b939f
commit
a247c43080
|
@ -187,7 +187,11 @@ class {{contractName}}UI extends React.Component {
|
|||
}
|
||||
|
||||
render(){
|
||||
return (<h2>Test</h2>);
|
||||
return (<div>
|
||||
{{#each functions}}
|
||||
<{{capitalize name}}_{{@index}}_Form />
|
||||
{{/each}}
|
||||
</div>);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue