Skip to content

Commit

Permalink
minor code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jun 7, 2024
1 parent 1a0d1fb commit acab131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const PrincipalDiagnosisSelect = <T extends Option>(props: Props<T>) => {
errorClassName="hidden"
/>
{diagnosis &&
(diagnosis?.chapter ? (
(diagnosis.chapter ? (
<span className="mt-3 flex w-full flex-wrap justify-center gap-x-1 px-2 text-center text-gray-900">
<p>This encounter will be categorised under:</p>
<p className="font-bold">{diagnosis.chapter}</p>
Expand Down

0 comments on commit acab131

Please sign in to comment.