Skip to content

Commit

Permalink
Merge pull request #471 from USEPA/feature/fix-2024-change-request-url
Browse files Browse the repository at this point in the history
Feature/fix 2024 change request url
  • Loading branch information
courtneymyers authored Aug 28, 2024
2 parents ab0bc99 + 6f2de18 commit b3c7a72
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 b3c7a72

Please sign in to comment.