fixed prettier on switch component
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user