From f9e037bd7b424cc4b617daae80c6205516dd1bbf Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 15 Jan 2024 21:01:38 +0000 Subject: [PATCH] Updated to "Linked to:" --- src/dashboards/Student.tsx | 2 +- src/dashboards/Teacher.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dashboards/Student.tsx b/src/dashboards/Student.tsx index 81223002..97acd6d1 100644 --- a/src/dashboards/Student.tsx +++ b/src/dashboards/Student.tsx @@ -70,7 +70,7 @@ export default function StudentDashboard({user}: Props) { <> {corporateUserToShow && (
- Corporate: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name} + Linked to: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
)} {corporateUserToShow && (
- Corporate: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name} + Linked to: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
)}