Browse Source

remove ads from editor

AykutSarac 3 năm trước cách đây
mục cha
commit
f3a8f5d3d6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>
   );