mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
fixed prettier on switch component
This commit is contained in:
parent
e1dad8488b
commit
a803435b27
@ -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(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user