added dangerouslysethtml in the blog main.js
This commit is contained in:
@@ -113,8 +113,7 @@ const Main = ({ brdcum, bgimg }) => {
|
||||
</div>
|
||||
<div className="story_text">
|
||||
<h3>{data.post_title}</h3>
|
||||
<p>{data.post_content}</p>
|
||||
{/* <p dangerouslysethtml={data.post_content}></p> */}
|
||||
<p dangerouslysethtml={data.post_content}></p>
|
||||
<Link to={"/blog-single/" + String(data.id)}>
|
||||
READ MORE
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user