Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah committed Nov 10, 2023
1 parent 7212300 commit a644d93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib/forms/RichInputField.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ import "tinymce/plugins/lists";
import PropTypes from "prop-types";

export class RichInputField extends Component {

render() {
const { id, value, disabled, minHeight, onBlur, onChange, onFocus } =
this.props;
const { id, value, disabled, minHeight, onBlur, onChange, onFocus } = this.props;

return (
<Editor
Expand Down Expand Up @@ -66,4 +64,4 @@ RichInputField.defaultProps = {
onChange: undefined,
onBlur: undefined,
onFocus: undefined,
};
};

0 comments on commit a644d93

Please sign in to comment.