From 32248044248ae4086ab507df511d5fdb321820a5 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Tue, 19 Sep 2023 17:01:11 +0700 Subject: [PATCH] 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(){ }, ]} /> -