소스 검색

prettier fix

corpglory-dev 7 년 전
부모
커밋
e867a8f402
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
             name: 'tmpName',
             // TODO: add color option
-            color: 'tmpColor'
+            color: 'tmpColor',
           });
         }
       });