feat(backoffice): little adjustment in hackathon users management UI and API contract

This commit is contained in:
Hafid Nur
2025-12-02 18:11:34 +07:00
parent d927b95457
commit 2d80ed05db
4 changed files with 65 additions and 66 deletions
@@ -119,9 +119,7 @@ export const DataTable = <T extends RowData>({
<span className="ml-2 text-xs text-gray-500">
{header.column.getIsSorted() === 'asc' && '▲'}
{header.column.getIsSorted() === 'desc' && '▼'}
{!header.column.getIsSorted() && (
<span className="opacity-50"></span>
)}
{!header.column.getIsSorted() && <span></span>}
</span>
)}
</th>