Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix(additional info for address): fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed May 10, 2022
1 parent ff21e35 commit 76de899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Directory/Psychologist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ const Psychologist = ({
src="/images/icones/map-pin-fill.svg"
/>
{psychologist.address}
{psychologist.addressAdditional ?? (
<small className="d-block">
{psychologist.addressAdditional && (
<small className="d-block fr-text--sm fr-ml-3w">
{psychologist.addressAdditional}
</small>
)}
Expand Down

0 comments on commit 76de899

Please sign in to comment.