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:
@@ -135,7 +135,9 @@ export default function DigitalTeamMemberCardContent({
|
||||
<div className={styles.middle}>
|
||||
<div className={styles.employeeNumber}>
|
||||
<Typography variant="Title/sm">
|
||||
<div>{employeeInfo?.employeeId || notAvailableText}</div>
|
||||
<div data-hj-suppress>
|
||||
{employeeInfo?.employeeId || notAvailableText}
|
||||
</div>
|
||||
</Typography>
|
||||
<svg
|
||||
width="42"
|
||||
@@ -154,7 +156,7 @@ export default function DigitalTeamMemberCardContent({
|
||||
</div>
|
||||
|
||||
<Typography variant="Title/md">
|
||||
<div>
|
||||
<div data-hj-suppress>
|
||||
{user.firstName} {user.lastName}
|
||||
</div>
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user