diff --git a/src/components/ArticleDetails.tsx b/src/components/ArticleDetails.tsx index 6e3f81d..6319f18 100644 --- a/src/components/ArticleDetails.tsx +++ b/src/components/ArticleDetails.tsx @@ -228,7 +228,7 @@ export function ArticleDetails({ data, onEdit, rowStatuses }: ArticleDetailsProp className="px-3 py-3 font-medium transition-colors select-none group relative border-r border-slate-700/30" style={{ width: columnWidths[col] || 'auto', minWidth: columnWidths[col] || 'auto' }} > -
+
handleSort(col)}> {label} {sortCol === col && (