feat(SW-353): dynamic rewards
This commit is contained in:
@@ -36,11 +36,10 @@ export default function MyPagesMenu({
|
||||
return (
|
||||
<div className={styles.myPagesMenu}>
|
||||
<MainMenuButton
|
||||
className={styles.button}
|
||||
onClick={() => toggleDropdown(DropdownTypeEnum.MyPagesMenu)}
|
||||
>
|
||||
<Avatar initials={getInitials(user.firstName, user.lastName)} />
|
||||
<Subtitle type="two" className={styles.userName}>
|
||||
<Subtitle type="two">
|
||||
{intl.formatMessage({ id: "Hi" })} {user.firstName}!
|
||||
</Subtitle>
|
||||
<ChevronDownIcon
|
||||
|
||||
Reference in New Issue
Block a user