Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Le champ comments peut être null dans les contrôles historiques de Poséidon #2595

Closed
louptheron opened this issue Oct 12, 2023 · 0 comments · Fixed by #2599
Closed

Le champ comments peut être null dans les contrôles historiques de Poséidon #2595

louptheron opened this issue Oct 12, 2023 · 0 comments · Fixed by #2599
Labels
bug Something isn't working dev

Comments

@louptheron
Copy link
Collaborator

data.comments.trim() -> data.comments?.trim()

{data.comments.trim().length > 0 && (
          <article>
            <ReactMarkdown>{data.comments}</ReactMarkdown>
          </article>
        )}
@louptheron louptheron changed the title le champ comments peut être null dans les contrôles historiques de Poséidon Le champ comments peut être null dans les contrôles historiques de Poséidon Oct 12, 2023
@louptheron louptheron added bug Something isn't working dev labels Oct 12, 2023
louptheron added a commit that referenced this issue Oct 13, 2023
…ur `/light` (#2599)

## Linked issues

- Resolve #2587
- Resolve #2594
- Resolve #2595
----

- [ ] Tests E2E (Cypress)
@louptheron louptheron moved this to Done in Board MonitorFish May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev
Projects
Archived in project
1 participant