Skip to main content

default

talawa-adminDocs


talawa-admin / screens/OrgPost/OrgPost / default

Function: default()

> default(): JSX.Element

This function is used to display the posts of the organization. It displays the posts in a card format. It also provides the functionality to create a new post. The user can also sort the posts based on the date of creation. The user can also search for a post based on the title of the post.

Returns

JSX.Element

JSX.Element which contains the posts of the organization.

Defined in

src/screens/OrgPost/OrgPost.tsx:52