Default

Function: default()

function default(props): Element

Defined in: src/components/submitted-tasks-client.tsx:21

SubmittedTasksClient component that fetches and displays submitted tasks for a selected committee, allowing users to view the status of their tasks.

Parameters

props

The properties passed to the component.

committees?

object[] = []

The list of committees to choose from.

possibleTasks?

object[] = []

The list of possible tasks.

Returns

Element

A JSX element that represents the submitted tasks client.