diff --git a/app/shared/form-fields/RadioGroup.js b/app/shared/form-fields/RadioGroup.js index ed8366c85..39d827602 100644 --- a/app/shared/form-fields/RadioGroup.js +++ b/app/shared/form-fields/RadioGroup.js @@ -1,7 +1,7 @@ import React from 'react'; import { Field } from 'redux-form'; import PropTypes from 'prop-types'; -import { HelpBlock } from 'react-bootstrap'; +import HelpBlock from 'react-bootstrap/lib/HelpBlock'; function RadioGroup({ legend, legendHint, radioOptions }) {