This commit is contained in:
David Arranz 2019-09-18 18:01:53 +02:00
parent c7748fe20b
commit aca096bf3d

View File

@ -59,7 +59,7 @@ const getStateText = (event) => {
if (moment(currentDate).isAfter(end_availableDate))
return 'Inscripciones cerradas'
else
return '';
return 'N/A';
}
}