Ver Fonte

pioneer: lint fixes

Mokhtar Naamani há 4 anos atrás
pai
commit
7b72d5562b
1 ficheiros alterados com 2 adições e 2 exclusões
  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<{}> {