Skip to content

Commit 9f1ec88

Browse files
committed
fix build
1 parent 6d2f7de commit 9f1ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esm-patient-queues-app/src/active-visits/queue-patients-clinical/queue-clinical-table.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const ActiveClinicalVisitsTable: React.FC<ActiveVisitsTableProps> = ({ status })
233233
),
234234
},
235235
}));
236-
}, [items, session.user, t, fromPage]);
236+
}, [filteredPatientQueueEntries, session.user, t, fromPage]);
237237

238238
if (isLoading) {
239239
return <DataTableSkeleton role="progressbar" />;

0 commit comments

Comments
 (0)