Skip to content

Commit

Permalink
Merge pull request #472 from USEPA/develop
Browse files Browse the repository at this point in the history
Sync staging with develop
  • Loading branch information
courtneymyers authored Aug 28, 2024
2 parents 40fadcd + b3c7a72 commit 7906ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/src/routes/submissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ function ChangeRequests2024() {
tabIndex={0}
>
<table
aria-label="Your 2023 Change Requests"
aria-label="Your 2024 Change Requests"
className="usa-table usa-table--stacked usa-table--borderless width-full"
>
<thead>
Expand Down Expand Up @@ -1657,7 +1657,7 @@ function ChangeRequests2024() {
<Fragment key={index}>
<tr>
<th scope="row">
<Link to={`/change/2023/${_id}`}>
<Link to={`/change/2024/${_id}`}>
{_bap_rebate_id || _mongo_id}
</Link>
</th>
Expand Down

0 comments on commit 7906ab8

Please sign in to comment.