From 32248044248ae4086ab507df511d5fdb321820a5 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Tue, 19 Sep 2023 17:01:11 +0700 Subject: [PATCH 1/3] Bug case --- .../src/pages/Report/DoctorRating/Index.tsx | 37 ------------------- .../src/pages/Report/DoctorRating/index.tsx | 3 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx deleted file mode 100644 index 69ba75c1..00000000 --- a/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import { Card, Grid, Container } from '@mui/material'; -import { useParams } from 'react-router-dom'; -import HeaderBreadcrumbs from '@/components/HeaderBreadcrumbs'; -import Page from '@/components/Page'; -import useSettings from '@/hooks/useSettings'; -import List from '../Prescription/List'; - -export default function DoctorRating(){ - const { themeStretch } = useSettings(); - - const { id } = useParams(); - - const pageTitle = 'Doctor Rating'; - - return( - - - - - - - - - ); -} \ No newline at end of file diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx index 374a2335..69ba75c1 100644 --- a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx +++ b/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx @@ -3,7 +3,7 @@ import { useParams } from 'react-router-dom'; import HeaderBreadcrumbs from '@/components/HeaderBreadcrumbs'; import Page from '@/components/Page'; import useSettings from '@/hooks/useSettings'; -import List from './List_2'; +import List from '../Prescription/List'; export default function DoctorRating(){ const { themeStretch } = useSettings(); @@ -28,7 +28,6 @@ export default function DoctorRating(){ }, ]} /> - From c03b628735aa9aefafbf881c1990408d7dc74755 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Tue, 19 Sep 2023 17:04:02 +0700 Subject: [PATCH 2/3] Bug case --- .../src/pages/Report/DoctorRating/{index.tsx => Index.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename frontend/dashboard/src/pages/Report/DoctorRating/{index.tsx => Index.tsx} (100%) diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx similarity index 100% rename from frontend/dashboard/src/pages/Report/DoctorRating/index.tsx rename to frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx From c5043d56f0e902af691f398be7a9bd3bc3828cde Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Tue, 19 Sep 2023 17:07:17 +0700 Subject: [PATCH 3/3] LMSN-188 Update text T&C --- frontend/dashboard/src/pages/Corporates/Show.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/dashboard/src/pages/Corporates/Show.tsx b/frontend/dashboard/src/pages/Corporates/Show.tsx index 74de84df..71ced220 100644 --- a/frontend/dashboard/src/pages/Corporates/Show.tsx +++ b/frontend/dashboard/src/pages/Corporates/Show.tsx @@ -190,7 +190,7 @@ export default function Corporates() { - Docs (T&C) + Docs (Terms & Conditions)