From 445866967fe38535f8003822f381c314b58e45a1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 24 Jul 2025 16:47:34 +0200 Subject: [PATCH] Fix table sort --- client/src/app/shared/shared-tables/table.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/shared/shared-tables/table.component.html b/client/src/app/shared/shared-tables/table.component.html index b9558b722..a62209a21 100644 --- a/client/src/app/shared/shared-tables/table.component.html +++ b/client/src/app/shared/shared-tables/table.component.html @@ -74,11 +74,11 @@ @for (column of columns; track column.id) { @if (isColumnDisplayed(column.id)) { @if (column.sortable) { - + {{ column.label }} {{ column.labelSmall }} - + } @else {