Skip to content

Commit

Permalink
fix: removed expiration date from event header (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored Nov 25, 2024
1 parent 315e6fb commit 93025d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Migliorie

- Rimossa dal CT Evento la data di scadenza del CT per evitare confusione con le date effettive dell'evento

### Novità

- ...

### Fix

- ...

## Versione 11.24.5 (22/11/2024)

### Migliorie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ const PageHeaderDates = ({ content }) => {
</div>
</div>
)}
{content.expires && content['@type'] !== 'News Item' && (
<div className="row">
<div className="col-12">
<small>{intl.formatMessage(messages.expire)}:</small>
<p className="font-monospace">
{viewDate(intl.locale, content.expires, 'DD-MM-Y')}
</p>
</div>
</div>
)}
</div>
)}
</>
Expand Down

0 comments on commit 93025d9

Please sign in to comment.