fix(LOY-196): replace employee number with dummy value
add support for className to modal
This commit is contained in:
@@ -36,6 +36,7 @@ export default function DigitalTeamMemberCardClient({
|
||||
</Typography>
|
||||
</Button>
|
||||
}
|
||||
className={styles.modal}
|
||||
>
|
||||
<Typography variant="Title/xs">
|
||||
<h2 className={styles.title}>
|
||||
@@ -60,7 +61,8 @@ export default function DigitalTeamMemberCardClient({
|
||||
<div className={styles.employeeNumber}>
|
||||
<Typography variant="Title/sm">
|
||||
{/* TODO: Should display employee number */}
|
||||
<div>{user.membershipNumber}</div>
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
<div>123 456</div>
|
||||
</Typography>
|
||||
<svg
|
||||
width="42"
|
||||
|
||||
Reference in New Issue
Block a user