fix: a space adds the space. (#11401)

* fix: a space adds the space.

* linting. Ugh.
This commit is contained in:
Evan Rusackas 2020-10-27 23:47:42 -07:00 committed by GitHub
parent 68411677e9
commit eecabf9b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ export default class Field extends React.PureComponent {
<i className="fa fa-info-circle m-l-5" />
</OverlayTrigger>
)}
</FormLabel>
</FormLabel>{' '}
{hookedControl}
<FormControl.Feedback />
{!compact && description && <HelpBlock>{description}</HelpBlock>}