Account_Hide #36

Merged
ahmed.mujtaba merged 2 commits from Account_Hide into main 2026-08-31 08:05:48 +00:00
1 changed files with 0 additions and 6 deletions

View File

@ -230,7 +230,6 @@ export default function Candidates() {
() => [
{ key: 'name', label: 'Candidate', sortable: true },
{ key: 'email', label: 'Email', sortable: true },
{ key: 'isActive', label: 'Account', sortable: true },
{ key: 'applied', label: 'Added', sortable: true },
],
[],
@ -415,11 +414,6 @@ export default function Candidates() {
<td>
<span className="text-sm cell-clip" title={c.email || undefined}>{c.email ?? '—'}</span>
</td>
<td>
{c.isActive
? <Badge className="b-green">Active</Badge>
: <Badge className="b-amber">Unconfirmed</Badge>}
</td>
<td>
<span className="text-sm">
{c.applied ? c.applied.toLocaleDateString() : '—'}