MCPcopy Create free account
hub / github.com/Lobos/react-ui / renderOp

Method renderOp

src/FilterItem.js:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 renderOp () {
102 if (this.props.ops) {
103 return <Select style={{width: 120}} value={this.props.op} onChange={this.onOpChange} data={this.props.ops} />;
104 } else {
105 return null;
106 }
107 }

Callers 1

FilterItem.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected