Changes
This commit is contained in:
@@ -44,8 +44,8 @@ export default function AdminReviews() {
|
||||
.from("reviews")
|
||||
.select(`
|
||||
*,
|
||||
profiles (full_name, email),
|
||||
products (title)
|
||||
profiles:user_id (full_name, email),
|
||||
products:product_id (title)
|
||||
`)
|
||||
.order("created_at", { ascending: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user