Skip to content

Commit

Permalink
fix(PN-10111): update link assistenza when logged for PA (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahDonvito authored Mar 26, 2024
1 parent f0d032b commit 2e0e3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pn-pa-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const ActualApp = () => {
});
/* eslint-disable-next-line functional/immutable-data */
window.location.href = sessionToken
? `${SELFCARE_BASE_URL}/assistenza`
? `${SELFCARE_BASE_URL}/assistenza?productId=${productId}`
: `mailto:${configuration.PAGOPA_HELP_EMAIL}`;
};

Expand Down

0 comments on commit 2e0e3db

Please sign in to comment.