ryan %!s(int64=6) %!d(string=hai) anos
pai
achega
d6ae76c8a3
Modificáronse 1 ficheiros con 1 adicións e 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 (