Skip to content

Commit

Permalink
feat: display Pagemetadata in CartellaModulistica if show_modified fi…
Browse files Browse the repository at this point in the history
…eld is setted
  • Loading branch information
giuliaghisini committed Jun 5, 2024
1 parent 021ba21 commit 1c0ae90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const CartellaModulisticaView = ({ content }) => {
})}
</section>
)}
<PageMetadata content={content} />
{content.show_modified && <PageMetadata content={content} />}
</div>

<CartellaModulisticaAfterContent content={content} />
Expand Down

0 comments on commit 1c0ae90

Please sign in to comment.