MCPcopy
hub / github.com/nilbuild/githunt / render

Method render

src/containers/options/index.js:9–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8class OptionsContainer extends React.Component {
9 render() {
10 return (
11 <div className="options-container">
12 <div className="container shadow">
13 <OptionsForm
14 updateOptions={ this.props.updateOptions }
15 options={ this.props.preference.options }
16 />
17 </div>
18 </div>
19 );
20 }
21}
22
23const mapStateToProps = (store) => {

Callers 1

index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected