Added login functionality for tech BOD-95
This commit is contained in:
@@ -19,7 +19,9 @@ export function TechHeader({ technician }) {
|
||||
<Header style={{ textAlign: "center" }}>
|
||||
<Typography.Title style={{ color: "#fff" }}>
|
||||
{!!technician
|
||||
? t("tech.labels.loggedin", { name: technician.name })
|
||||
? t("tech.labels.loggedin", {
|
||||
name: `${technician.first_name} ${technician.last_name}`,
|
||||
})
|
||||
: t("tech.labels.notloggedin")}
|
||||
</Typography.Title>
|
||||
</Header>
|
||||
|
||||
Reference in New Issue
Block a user