소스 검색

pioneer: lint fixes

Mokhtar Naamani 4 년 전
부모
커밋
7b72d5562b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pioneer/packages/app-js/src/Playground.tsx

+ 2 - 2
pioneer/packages/app-js/src/Playground.tsx

@@ -41,8 +41,8 @@ interface Injected {
   util: typeof util;
   window: null;
   joy: {
-    types: typeof joy_types
-  }
+    types: typeof joy_types;
+  };
 }
 
 interface Props extends AppProps, I18nProps, RouteComponentProps<{}> {