瀏覽代碼

remove ads from editor

AykutSarac 3 年之前
父節點
當前提交
f3a8f5d3d6
共有 1 個文件被更改,包括 0 次插入1 次删除
  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>
   );