getClassName: function () {
    var classNames = {};

    if (this.props.className) {
      classNames[this.props.className] = true;