Skip to content

Commit

Permalink
TRACK-254 : Front end text changes (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckoelewyn authored Dec 12, 2024
1 parent d8c705a commit 43ded9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function AnticipatedEAOSchedule() {
>
<Tab label="Basic" />
<Tab label="Project Description" />
<Tab label="Anticipated Referral Date/Next PCP/Additional Information" />
<Tab label="Anticipated Referral Date/Next PCP/Status" />
</Tabs>
<TabPanel value={selectedTab} index={0}>
<Table>
Expand Down Expand Up @@ -392,7 +392,7 @@ export default function AnticipatedEAOSchedule() {
</TableRow>
)}
<TableRow>
<TableCell>Additional Info</TableCell>
<TableCell>Status</TableCell>
<TableCell>
{item["additional_info"]}
</TableCell>
Expand Down

0 comments on commit 43ded9c

Please sign in to comment.