diff --git a/app/gabsocial/features/forms/index.js b/app/gabsocial/features/forms/index.js index 90f3b9b5f..cb0fcd20e 100644 --- a/app/gabsocial/features/forms/index.js +++ b/app/gabsocial/features/forms/index.js @@ -1,6 +1,7 @@ import React from 'react'; import ImmutablePureComponent from 'react-immutable-pure-component'; import PropTypes from 'prop-types'; +import classNames from 'classnames'; import { v4 as uuidv4 } from 'uuid'; export class SimpleForm extends ImmutablePureComponent { @@ -197,21 +198,29 @@ export class TextInput extends ImmutablePureComponent { const { label, ...props } = this.props; const id = uuidv4(); - return ( -