Sfoglia il codice sorgente

remove ads from editor

AykutSarac 3 anni fa
parent
commit
f3a8f5d3d6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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>
   );