Skip to content

Commit

Permalink
fix: align with merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-mazz committed Oct 17, 2024
1 parent ab4bebd commit 1c6e98f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
trackWalletCredentialShowAuthSource,
trackWalletCredentialShowIssuer
} from "../../analytics";
import { itwIpzsPrivacyUrl } from "../../../../config";

type ItwIssuanceMetadataProps = {
credential: StoredCredential;
Expand Down Expand Up @@ -105,7 +106,10 @@ export const ItwIssuanceMetadata = ({
"features.itWallet.issuance.credentialPreview.bottomSheet.about.title"
),
contentBody: I18n.t(
"features.itWallet.issuance.credentialPreview.bottomSheet.about.subtitle"
"features.itWallet.issuance.credentialPreview.bottomSheet.about.subtitle",
{
privacyUrl: itwIpzsPrivacyUrl
}
),
onPress: () =>
trackWalletCredentialShowIssuer(
Expand Down

0 comments on commit 1c6e98f

Please sign in to comment.