Skip to content

Commit

Permalink
(fix) Offline patients are not being listed in the table (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-jofrancisco authored Sep 7, 2023
1 parent e2c66f0 commit f553814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const OfflinePatientTable: React.FC<OfflinePatientTableProps> = ({
}

if (
offlinePatientsSwr?.data?.length === 0 ||
offlinePatientsSwr?.data?.length === 0 &&
offlineRegisteredPatientsSwr?.data?.length === 0
) {
return (
Expand Down

0 comments on commit f553814

Please sign in to comment.