Merged in fix/hotjar-suppress-fixes (pull request #1192)

fix: hotjar - suppress personal data

* fix: hotjar - suppress personal data

* More suppressing
This commit is contained in:
Linus Flood
2025-02-04 06:47:36 +00:00
parent e7fbcd8a80
commit 0800c877a3
6 changed files with 17 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export default async function MembershipNumber({
</Caption>
<span className={styles.icon}>
<Caption className={styles.icon} color="pale" asChild>
<code>
<code data-hj-suppress>
{membership?.membershipNumber ?? intl.formatMessage({ id: "N/A" })}
</code>
</Caption>