dont work
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user