Skip to content

Commit

Permalink
adds details breacrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
agravell047 committed Jan 3, 2025
1 parent f188de3 commit ba9bed3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ const RxBreadcrumbs = () => {
</div>
);
} else if (
location.pathname.includes(medicationsUrls.subdirectories.DETAILS) &&
prescription?.prescriptionId
location.pathname.includes(medicationsUrls.subdirectories.DETAILS)
) {
content = (
<div className="include-back-arrow vads-u-margin-bottom--neg1p5 vads-u-padding-y--3">
Expand Down

0 comments on commit ba9bed3

Please sign in to comment.