Selaa lähdekoodia

remove ads from editor

AykutSarac 2 vuotta sitten
vanhempi
commit
2476b5198f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/containers/JsonEditor/index.tsx

+ 0 - 1
src/containers/JsonEditor/index.tsx

@@ -82,7 +82,6 @@ export const JsonEditor: React.FC = () => {
           loading={<Loading message="Loading Editor..." />}
           onChange={(value) => setValue(value as string)}
         />
-        <CarbonAds editor />
       </StyledWrapper>
     </StyledEditorWrapper>
   );