diff --git a/packages/react-bootstrap-table2-editor/src/editor-indicator.js b/packages/react-bootstrap-table2-editor/src/editor-indicator.js index c19819d..e408bb4 100644 --- a/packages/react-bootstrap-table2-editor/src/editor-indicator.js +++ b/packages/react-bootstrap-table2-editor/src/editor-indicator.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; const EditorIndicator = ({ invalidMessage }) => ( -
+
{ invalidMessage }
);