diff --git a/src/components/views/elements/StyledCheckbox.tsx b/src/components/views/elements/StyledCheckbox.tsx index b4e40e4b64..e1c9a5135d 100644 --- a/src/components/views/elements/StyledCheckbox.tsx +++ b/src/components/views/elements/StyledCheckbox.tsx @@ -40,19 +40,17 @@ export default class StyledCheckbox extends React.PureComponent public render() { const { children, className, ...otherProps } = this.props; // 56^10 so unlikely chance of collision. - return [ - - - - - ] + return + + + } } \ No newline at end of file