Ver Fonte

prettier fix

corpglory-dev há 6 anos atrás
pai
commit
e867a8f402
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/plugins/panel/piechart/PiechartPanel.tsx

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

@@ -32,7 +32,7 @@ export class PiechartPanel extends PureComponent<Props> {
             // TODO: get name
             // TODO: get name
             name: 'tmpName',
             name: 'tmpName',
             // TODO: add color option
             // TODO: add color option
-            color: 'tmpColor'
+            color: 'tmpColor',
           });
           });
         }
         }
       });
       });