diff --git a/apps/nova/src/components/TutorProfile/Ratings.tsx b/apps/nova/src/components/TutorProfile/Ratings.tsx index 61f222180..80fb53d98 100644 --- a/apps/nova/src/components/TutorProfile/Ratings.tsx +++ b/apps/nova/src/components/TutorProfile/Ratings.tsx @@ -1,7 +1,7 @@ import { useFindTutorRatings } from "@litespace/headless/rating"; import React, { useCallback } from "react"; import { LoadingTutorInfo } from "@/components/TutorProfile/LoadingTutorInfo"; -import { ratingOrganizer } from "@/lib/ratings"; +import { organizeRatings } from "@/lib/ratings"; import { useUser } from "@litespace/headless/context/user"; import { TutorRatingCard, @@ -20,12 +20,12 @@ const NoTutorRatings: React.FC<{ tutorName: string | null }> = ({ }) => { const intl = useFormatMessage(); return ( -