summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-10-01 03:15:39 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-10-01 03:15:39 +0000
commite5a5e1d5a7392871e3394ea2f629645195be5776 (patch)
tree9fb1dac14d670647ac0da0d8601789004b62eaea /src-migrate
parent143b56fa23ba99e5a03330ad95bd0089ea3eb713 (diff)
parent50bf76a1bd5ff592a84cc49bd8ef95ac4def0fdc (diff)
Merged in Feature/update-register (pull request #337)
Feature/update register
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/page-content/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/page-content/index.tsx b/src-migrate/modules/page-content/index.tsx
index af597641..edecb855 100644
--- a/src-migrate/modules/page-content/index.tsx
+++ b/src-migrate/modules/page-content/index.tsx
@@ -20,7 +20,6 @@ const PageContent = ({ path }: Props) => {
`src="${process.env.NEXT_PUBLIC_ODOO_API_HOST}/web/image`
);
}, [data]);
- console.log('parsedContent', parsedContent);
if (isLoading) return <PageContentSkeleton />;
return <div dangerouslySetInnerHTML={{ __html: parsedContent || '' }}></div>;