update roles ⚠️
This commit is contained in:
@@ -31,6 +31,7 @@ const HeaderMain = ({
|
||||
icon,
|
||||
logOutHandler,
|
||||
slideDirecttion,
|
||||
data
|
||||
}) => {
|
||||
const navigate = useNavigate()
|
||||
const { colorMode, toggleColorMode } = useContext(GlobalStateContext);
|
||||
@@ -100,10 +101,10 @@ const HeaderMain = ({
|
||||
className=" overflow-hidden ms-3 flex-column "
|
||||
>
|
||||
<Text as={"span"} className="web-text-small">
|
||||
Hello, Tanami admin
|
||||
Hello, {data?.data?.firstName} {data?.data?.lastName}
|
||||
</Text>
|
||||
<Text as={"span"} className="web-text-xsmall">
|
||||
admin@tanami.com
|
||||
{data?.data?.emailAddress}
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user