Skip to content

Commit

Permalink
fix : empty state message
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Sep 26, 2023
1 parent e3898bb commit 29c6a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/queue-list/laboratory-tabs.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const LaboratoryQueueTabs: React.FC = () => {
<div>
<div className={styles.headerBtnContainer}></div>
<EmptyState
displayText={"Coming Soon"}
displayText={"worklists"}
headerTitle={"Worklist"}
/>
</div>
Expand All @@ -50,7 +50,7 @@ const LaboratoryQueueTabs: React.FC = () => {
<div>
<div className={styles.headerBtnContainer}></div>
<EmptyState
displayText={"Coming Soon"}
displayText={"referred tests"}
headerTitle={"Referred tests"}
/>
</div>
Expand All @@ -59,7 +59,7 @@ const LaboratoryQueueTabs: React.FC = () => {
<div>
<div className={styles.headerBtnContainer}></div>
<EmptyState
displayText={"Coming Soon"}
displayText={"completed test"}
headerTitle={"Completed tests"}
/>
</div>
Expand Down

0 comments on commit 29c6a6a

Please sign in to comment.