.
This commit is contained in:
parent
a9804eae58
commit
7678a1bef7
@ -59,7 +59,7 @@ const getStateText = (event) => {
|
|||||||
if (moment(currentDate).isAfter(end_availableDate))
|
if (moment(currentDate).isAfter(end_availableDate))
|
||||||
return 'Inscripciones cerradas'
|
return 'Inscripciones cerradas'
|
||||||
else
|
else
|
||||||
return 'N/A';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user