From d91d0568e1f2e383be9f7f756abfc755c95d5bc3 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 2 May 2026 11:41:46 +0300 Subject: [PATCH] Swap user page Date/Tournament column locations --- .../user-page/components/UserResultsTable.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/features/user-page/components/UserResultsTable.tsx b/app/features/user-page/components/UserResultsTable.tsx index dadea4a9a..bf321e767 100644 --- a/app/features/user-page/components/UserResultsTable.tsx +++ b/app/features/user-page/components/UserResultsTable.tsx @@ -45,8 +45,8 @@ export function UserResultsTable({ {hasHighlightCheckboxes && } {t("results.placing")} - {t("results.date")} {t("results.tournament")} + {t("results.date")} {t("results.participation")} {t("results.team")} @@ -86,13 +86,6 @@ export function UserResultsTable({ - - {formatDate(databaseTimestampToDate(result.startTime), { - day: "numeric", - month: "numeric", - year: "2-digit", - })} -
{result.eventId ? ( @@ -127,6 +120,13 @@ export function UserResultsTable({ ) : null}
+ + {formatDate(databaseTimestampToDate(result.startTime), { + day: "numeric", + month: "numeric", + year: "2-digit", + })} +