add badge

This commit is contained in:
2026-01-02 15:32:04 -03:00
parent 1abfd0e93e
commit 57b23d7cd2
9 changed files with 146 additions and 69 deletions

View File

@@ -28,6 +28,7 @@ import {
HoverCardTrigger
} from '@repo/ui/components/ui/hover-card'
import { TZ } from '@/conf'
import {
MAX_ITEMS,
formSchema,
@@ -67,7 +68,7 @@ export function Assigned({ courses }: AssignedProps) {
...e,
scheduled_for: e.scheduled_for
? DateTime.fromISO(e.scheduled_for, {
zone: 'America/Sao_Paulo'
zone: TZ
}).toJSDate()
: undefined
}))