Skip to content

Commit

Permalink
Merge pull request #2154 from NYPL/SCC-4184/pass-reverse-proxy-enable…
Browse files Browse the repository at this point in the history
…d-prop-to-account-links

SCC-4184  - Pass reverse proxy enabled prop to MyAccount links in SubNav
  • Loading branch information
dgcohen authored Jul 18, 2024
2 parents 8e3221b + 647403d commit 7cded5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/SubNav/SubNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const SubNav = (props) => {
<SubNavLink
type="account"
href={`${baseUrl}/account`}
reverseProxyEnabled={reverseProxyEnabled}
{...props}
>
My Account
Expand Down

0 comments on commit 7cded5a

Please sign in to comment.