Skip to content

Commit

Permalink
more updates for PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Titani committed Jun 25, 2019
1 parent f168d11 commit 5a0b3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Switch extends React.Component<SwitchProps> {
super(props);
if (!props.id && !props['aria-label']) {
// tslint:disable-next-line:no-console
console.error('Switch:F Switch requires either an id or aria-label to be specified');
console.error('Switch: Switch requires either an id or aria-label to be specified');
}
this.id =props.id || getUniqueId();
}
Expand Down

0 comments on commit 5a0b3b5

Please sign in to comment.