export default class Tr extends Component {

  createClassName() {
    return [styles.tr, this.props.className].join(' ').trim();
  }