Browse Source

remove ads from editor

AykutSarac 2 years ago
parent
commit
2476b5198f
1 changed files with 0 additions and 1 deletions
  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>
   );