mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-10 14:16:47 +00:00
Form generation for view/constant/pure functions
This commit is contained in:
parent
0c84e9974c
commit
f86cf22c39
@ -187,7 +187,11 @@ class {{contractName}}UI extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
return (<h2>Test</h2>);
|
return (<div>
|
||||||
|
{{#each functions}}
|
||||||
|
<{{capitalize name}}_{{@index}}_Form />
|
||||||
|
{{/each}}
|
||||||
|
</div>);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user