Skip to content

Commit

Permalink
changing undrop icon (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahladdie authored Oct 18, 2024
1 parent b2a22b6 commit df093d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/AdminTraineeDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function AdminTraineeDashboard() {
}

const [deleteFromCohort, setDeleteFromCohort] = useState('');

const [reason, setReason] = useState('');
const currentDate = new Date().toISOString().split('T')[0]; // Get the current date

Expand Down Expand Up @@ -255,7 +255,7 @@ function AdminTraineeDashboard() {
const columns = [
{ Header: t('name'), accessor: 'name' },
{ Header: t('email'), accessor: 'email' },

{ Header: t('cohort'), accessor: 'cohort' },
{ Header: t('program'), accessor: 'program' },
{
Expand Down Expand Up @@ -408,7 +408,7 @@ function AdminTraineeDashboard() {
}}
>
<Icon
icon="mdi:close-circle"
icon="mdi:restore"
width="40"
height="40"
cursor="pointer"
Expand Down

0 comments on commit df093d2

Please sign in to comment.