Skip to content

Commit b5089d3

Browse files
committed
Cleanup
1 parent 97772b7 commit b5089d3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/fields/Field.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ import {bem, localize} from '../../lib';
66
import {getMultiValueText} from '../../lib/constants';
77

88
class Field extends Component {
9-
renderPostfix() {
10-
if (!this.props.units) {
11-
return null;
12-
}
13-
return (
14-
<div className={bem('field', 'units')}>
15-
<div className={bem('field', 'units-text')}>{this.props.units}</div>
16-
</div>
17-
);
18-
}
19-
209
render() {
2110
const {
2211
center,

0 commit comments

Comments
 (0)