ryan hace 6 años
padre
commit
d6ae76c8a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/panel/piechart/PieChartPanel.tsx

+ 1 - 1
public/app/plugins/panel/piechart/PieChartPanel.tsx

@@ -17,7 +17,7 @@ interface Props extends PanelProps<PieChartOptions> {}
 export class PieChartPanel extends PureComponent<Props> {
   render() {
     const { width, height, options } = this.props;
-    
+
     const values = getSingleStatValues(this.props);
 
     return (