fix no new line errors

This commit is contained in:
Adam Laycock 2017-12-12 11:26:34 +00:00
parent e827bca4ea
commit 8eb1df39fb
No known key found for this signature in database
GPG Key ID: 5639BABF55279AF4
2 changed files with 2 additions and 2 deletions

View File

@ -283,4 +283,4 @@ export class Radio extends React.Component<RadioProps> {
};
context: RadioGroupContext;
}
}

View File

@ -75,4 +75,4 @@ const onClick = (e: React.SyntheticEvent<HTMLElement>, cb: () => void): null =>
<RadioGroup field="">
<Radio />
<Radio {...events} onClick={onClick} />
</RadioGroup>;
</RadioGroup>;