Commit a803435b by Torkel Ödegaard

fixed prettier on switch component

parent e1dad848
......@@ -14,7 +14,8 @@ export interface Props {
export interface State {
id: any;
}
export class Switch extends PureComponent<Props, State> {
export class Switch extends PureComponent<Props, State> {
state = {
id: _.uniqueId(),
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment