Skip to content

Commit

Permalink
Merge pull request #8205 from coronasafe/staging
Browse files Browse the repository at this point in the history
Production Release v20.30.1; Hotfix
  • Loading branch information
gigincg authored Jul 23, 2024
2 parents 3d2fcd4 + 4a79849 commit aec4df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ export const PatientManager = () => {
</span>
</span>
)}
{!!patient.last_consultation?.has_consents.length || (
{/* {!!patient.last_consultation?.has_consents.length || (
<span className="relative inline-flex">
<Chip
size="small"
Expand All @@ -720,7 +720,7 @@ export const PatientManager = () => {
<span className="relative inline-flex h-3 w-3 rounded-full bg-red-600"></span>
</span>
</span>
)}
)} */}
</div>
</div>
</div>
Expand Down

0 comments on commit aec4df5

Please sign in to comment.