Post descriptions are not displaying on the post details page.
Issue Details
Post Details Page: When users navigate to the post details page, the post descriptions are not being displayed as expected.
Expected Behaviour
On the post details page, the description of a post should be prominently displayed, providing users with important information about the post's content and purpose.
Additional Context
The absence of post descriptions on the post details page hampers users' ability to understand the content and context of each post. It is crucial for providing a meaningful user experience.
Acceptance Criteria
Post descriptions should be displayed on the post details page.
The description should be rendered correctly and legibly.
Implementation Guidelines
Review the code responsible for rendering post details.
Ensure that the description data is properly retrieved and displayed.
Test the fix in different scenarios to confirm that it works as expected.
Description
Post descriptions are not displaying on the post details page.
Issue Details
Expected Behaviour
On the post details page, the description of a post should be prominently displayed, providing users with important information about the post's content and purpose.
Additional Context
The absence of post descriptions on the post details page hampers users' ability to understand the content and context of each post. It is crucial for providing a meaningful user experience.
Acceptance Criteria
Implementation Guidelines