-I did the reviews in artist page
-I did the query in group7_handmade_crafts/src/app/lib/online-data.ts called fetchReviewByArtist(artist_id:string), to fetch the required data in reviews artist.
-In the group7_handmade_crafts/src/app/ui/dashboard/reviews.tsx, the Reviews() component I used the fetchReviewByArtist() function to get the data for the reviews, I passed an artist_id while is working the login/auth and take the artist_id from the artist logged.
THANK YOU!!!
-I did the reviews in artist page -I did the query in group7_handmade_crafts/src/app/lib/online-data.ts called fetchReviewByArtist(artist_id:string), to fetch the required data in reviews artist. -In the group7_handmade_crafts/src/app/ui/dashboard/reviews.tsx, the Reviews() component I used the fetchReviewByArtist() function to get the data for the reviews, I passed an artist_id while is working the login/auth and take the artist_id from the artist logged. THANK YOU!!!