dont work

This commit is contained in:
Виталий Лавшонок
2025-11-06 15:09:10 +03:00
parent dc6df1480e
commit 1b39b8c77f
6 changed files with 546 additions and 42 deletions

View File

@@ -60,7 +60,6 @@ const ContestsBlock: FC<ContestsBlockProps> = ({
id={v.id}
name={v.name}
startAt={v.startsAt}
statusRegister={'reg'}
duration={
new Date(v.endsAt).getTime() -
new Date(v.startsAt).getTime()