mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
Form generation for view/constant/pure functions
This commit is contained in:
parent
b8fe0dd258
commit
9e42028fdf
@ -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…
x
Reference in New Issue
Block a user