Skip to content

Commit

Permalink
feat: adapt declaration recap for 2020, 2019 and 2018 (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Dec 12, 2023
1 parent 0bd5f48 commit de78c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const RecapDeclaration = ({ déclaration, edit }: Props) => {
mesures={déclaration["resultat-global"]?.mesures}
/>

{déclaration["periode-reference"]?.périodeSuffisante === "oui" && (
{year > 2020 && déclaration["periode-reference"]?.périodeSuffisante === "oui" && (
<RecapCard
title="Plan de relance"
editLink={(edit || void 0) && funnelStaticConfig["publication"].url}
Expand Down

0 comments on commit de78c2a

Please sign in to comment.