瀏覽代碼

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<{}> {