Merged in fix/hotjar-suppress (pull request #3211)
Fix/hotjar suppress * fix(hotjar): suppress personal info on my pages * fix(hotjar): suppress more data Approved-by: Linus Flood
This commit is contained in:
@@ -60,7 +60,7 @@ export default async function MembershipCardSlot() {
|
||||
}
|
||||
)}
|
||||
</span>
|
||||
<span>
|
||||
<span data-hj-suppress>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "myPages.numberWithValue",
|
||||
|
||||
@@ -160,7 +160,7 @@ export default async function Profile() {
|
||||
<p>{label}</p>
|
||||
</Typography>
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p>{value}</p>
|
||||
<p data-hj-suppress>{value}</p>
|
||||
</Typography>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user