Skip to content

Commit

Permalink
make certificate downloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrine Letellier committed Oct 21, 2024
1 parent 953c6e4 commit ea38179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/DeclarationAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const declarantDisplayData = computed(() => {
title: "Une objection a été emise sur cette déclaration",
expirationDate: props.declaration?.expirationDate,
body: blockingReasons.value,
canDownloadCertificate: false,
canDownloadCertificate: true,
}
case "OBSERVATION":
return {
Expand Down

0 comments on commit ea38179

Please sign in to comment.