if (this.state.removing) {
      removeConfirm = (
        <SizeRemove size={size} onClose={this._onRemoveClose} />
      );
    }