diff --git a/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx b/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx index 331929a5a4..6bb9ca12b9 100644 --- a/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx +++ b/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx @@ -28,8 +28,9 @@ import { UserWorkoutTemplatesListDocument, type WorkoutSummary, } from "@ryot/generated/graphql/backend/graphql"; -import { changeCase, humanizeDuration, truncate } from "@ryot/ts-utils"; +import { changeCase, humanizeDuration } from "@ryot/ts-utils"; import { + IconCalendar, IconCheck, IconChevronDown, IconChevronUp, @@ -408,6 +409,7 @@ const DisplayFitnessEntity = (props: { - {truncate(entityInformation.name, { length: 20 })} + {entityInformation.name} - - {dayjsLib(entityInformation.timestamp).format("dddd, LL")} - + } + data={dayjsLib(entityInformation.timestamp).format("dddd, LL")} + />