Skip to content

Commit 11913f6

Browse files
committed
Unused
1 parent 7f7d15a commit 11913f6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/fields/Field.js

-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ import {bem, localize} from '../../lib';
66
import {multiValueText} 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)