Commit 71c87c3f by Arjun Jhukal

updated the functionality for the update page

parent b402af5d
...@@ -40,7 +40,7 @@ export default async function GeneralPage(props: { params: Promise<{ slug: strin ...@@ -40,7 +40,7 @@ export default async function GeneralPage(props: { params: Promise<{ slug: strin
</div> */} </div> */}
<div className="col-span-12"> <div className="col-span-12">
<div className="general-content-box"> <div className="general-content-box">
{pageData.data.content.map((content) => ( {pageData?.data?.content.map((content) => (
renderHTML(content.description)))} renderHTML(content.description)))}
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment