Explorar o código

remove ads from editor

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
2476b5198f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>
   );