Skip to content

Commit

Permalink
Merge pull request #76 from contentstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
NamrataSane authored Apr 26, 2024
2 parents 6ac0548 + 311cee1 commit 8db3ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/($locale).policies.$handle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Policy() {
</div>
<br />
<h1>{policy.title}</h1>
<div>{parse(policy.body || '')}</div>
<div>{parse(policy?.body || '')}</div>
</div>
);
}
Expand Down

0 comments on commit 8db3ace

Please sign in to comment.