Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Oct 2, 2023
1 parent 24b929b commit 66189f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/queue-list/laboratory-queue.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const LaboratoryQueueList: React.FC = () => {
className={styles.patientSearch}
/>
</div>
<TabPanels>
{/* <TabPanels>
{tabs.map((tab, index) => {
return (
<LaboratoryPatientList
Expand All @@ -106,7 +106,7 @@ const LaboratoryQueueList: React.FC = () => {
/>
);
})}
</TabPanels>
</TabPanels> */}
</Tabs>
</section>
</main>
Expand Down

0 comments on commit 66189f4

Please sign in to comment.