diff --git a/ondeck/src/app/(dashboard)/tasks/page-client.tsx b/ondeck/src/app/(dashboard)/tasks/page-client.tsx index 4de4aa8..a83413e 100644 --- a/ondeck/src/app/(dashboard)/tasks/page-client.tsx +++ b/ondeck/src/app/(dashboard)/tasks/page-client.tsx @@ -790,7 +790,7 @@ export function TasksClient({ initialTasks, currentUserId, isPrivileged, users } {/* Sort / filter / status header */}
-
+
{/* Sort buttons */} {([ ['client', 'Client'], @@ -801,7 +801,7 @@ export function TasksClient({ initialTasks, currentUserId, isPrivileged, users } ))} @@ -821,8 +821,8 @@ export function TasksClient({ initialTasks, currentUserId, isPrivileged, users } {/* Type filter */} setPriorityFilter(v as any)}> - - + + @@ -850,34 +850,34 @@ export function TasksClient({ initialTasks, currentUserId, isPrivileged, users } {(typeFilter !== 'all' || priorityFilter !== 'all') && ( )} - + {/* Transfer button */} {isPrivileged && visibleTasks.length > 0 && ( )} {/* Assigned / Completed / All */} -
+
{(['assigned', 'completed', 'all'] as const).map((f) => (