Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4776 commit e011c90Copy full SHA for e011c90
views/model-dropdown.jsx
@@ -45,6 +45,7 @@ export default React.createClass({
45
render() {
46
const models = this.state.models.sort((a, b) => a.description > b.description);
47
const options = models.map(m => <option value={m.name} key={m.name}>{m.description.replace(/\.$/, '')}
48
+ {' '}
49
({m.rate / 1000}KHz)</option>);
50
51
return (
0 commit comments