Skip to content

Commit

Permalink
Merge pull request #8204 from coronasafe/develop
Browse files Browse the repository at this point in the history
Hide no consent record badges in patient list page (#8201)
  • Loading branch information
gigincg authored Jul 23, 2024
2 parents b4c934c + a768d0e commit 4a79849
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 4a79849

Please sign in to comment.