Skip to content

Commit

Permalink
Rapport de patrouille - hide download button
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Mar 14, 2024
1 parent b5dd3ad commit 52aeb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pam/mission/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const MissionPageHeader: React.FC<MissionPageHeaderProps> = ({
// color={THEME.color.gainsboro}
onClick={onClickExport}
role={'dl-mission-export'}
// style={{display: "none"}}
style={{display: "none"}}
>
Exporter le rapport de la mission
</Button>
Expand Down

0 comments on commit 52aeb6e

Please sign in to comment.