Przeglądaj źródła

pioneer: lint fixes

Mokhtar Naamani 4 lat temu
rodzic
commit
7b72d5562b
1 zmienionych plików z 2 dodań i 2 usunięć
  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<{}> {