Skip to content

Commit

Permalink
(fix) Fix spacing around address empty state in patient banner (#955)
Browse files Browse the repository at this point in the history
* (fix) Fix spacing around address empty state in patient banner

* Fixup

---------

Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
brandones and denniskigen authored Mar 13, 2024
1 parent 86f8bc8 commit 01e73d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Address: React.FC<{ patientId: string }> = ({ patientId }) => {
)}
</React.Fragment>
) : (
'--'
<li>--</li>
)}
</ul>
</>
Expand Down

0 comments on commit 01e73d1

Please sign in to comment.