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.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",
+ })}
+ |
|