From 53129cafc75eaeb7b063ffb33533239d747e4eac Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 1 Jun 2020 15:36:55 +0100 Subject: [PATCH] Move comment --- src/components/views/elements/StyledCheckbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/StyledCheckbox.tsx b/src/components/views/elements/StyledCheckbox.tsx index e1c9a5135d..341f59d5da 100644 --- a/src/components/views/elements/StyledCheckbox.tsx +++ b/src/components/views/elements/StyledCheckbox.tsx @@ -34,12 +34,12 @@ export default class StyledCheckbox extends React.PureComponent constructor(props: IProps) { super(props); + // 56^10 so unlikely chance of collision. this.id = "checkbox_" + randomString(10); } public render() { const { children, className, ...otherProps } = this.props; - // 56^10 so unlikely chance of collision. return