Skip to content

Commit

Permalink
fix(message-preview): change notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jun 28, 2024
1 parent 8637932 commit 8122c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contribution-page/contribution-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ContributionItem: React.FC<ContributionItemProps> = ({
<Row>
<Col>
<Title look="h5">{data?.name}</Title>
{!data?.comment && (
{!data?.mailSent && (
<Notice type="info" closeMode="disallow" className="fr-mb-2w">
Aucune réponse apportée à ce message pour l'instant
</Notice>
Expand Down

0 comments on commit 8122c30

Please sign in to comment.