Skip to main content

default

Admin Docs


Function: default()

default(props): Element

Defined in: src/components/RequestsTableItem/RequestsTableItem.tsx:45

Renders a table row item for a membership request.

This component displays user details and provides buttons to accept or reject the membership request. It also handles showing success or error messages using toast notifications.

Parameters

props

Props

The props object containing request details, index, and state reset function.

Returns

Element

The JSX element representing the RequestsTableItem.