mirror of
https://github.com/franjsco/covid19-campania
synced 2025-02-17 20:00:42 +01:00
Fix data ultimo aggiornamento
This commit is contained in:
parent
187e3766b2
commit
31d9f29ff2
@ -7,7 +7,7 @@ const Infobox = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<span className="font-weight-bold">Ultimo aggiornamento: </span>
|
||||
{ dataAggiornamento.split(' ')[0] }
|
||||
{ dataAggiornamento.split('T')[0] }
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user