diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-10-01 03:15:39 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-10-01 03:15:39 +0000 |
| commit | e5a5e1d5a7392871e3394ea2f629645195be5776 (patch) | |
| tree | 9fb1dac14d670647ac0da0d8601789004b62eaea /src-migrate | |
| parent | 143b56fa23ba99e5a03330ad95bd0089ea3eb713 (diff) | |
| parent | 50bf76a1bd5ff592a84cc49bd8ef95ac4def0fdc (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.tsx | 1 |
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>; |
