diff --git a/app/(app)/ActionMenu/Booking/Doctor_details.tsx b/app/(app)/ActionMenu/Booking/Doctor_details.tsx index 31c4351..765ba3c 100644 --- a/app/(app)/ActionMenu/Booking/Doctor_details.tsx +++ b/app/(app)/ActionMenu/Booking/Doctor_details.tsx @@ -23,6 +23,7 @@ import { supabase } from "@/lib/supabase"; import HeaderComponent from "@/components/HeaderComponent"; import ReviewerCardComponent from "@/components/ReviewerCardComponent"; import { StatusBar } from "expo-status-bar"; +import { color } from "react-native-elements/dist/helpers"; interface Doctor{ id: number, @@ -548,7 +549,9 @@ const visibleReviews = reviews.slice(0, 1); ) ) : ( - No available reviews + No available reviews )} diff --git a/app/(app)/ActionMenu/Booking/Patient-details.tsx b/app/(app)/ActionMenu/Booking/Patient-details.tsx index a75f616..ea66755 100644 --- a/app/(app)/ActionMenu/Booking/Patient-details.tsx +++ b/app/(app)/ActionMenu/Booking/Patient-details.tsx @@ -193,7 +193,9 @@ const PatientDetails = () => { Write Your Problem -