Skip to content

Commit 837c127

Browse files
committed
Fix review favoriting
1 parent c2f328e commit 837c127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/withUser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export const USER_QUERY = gql`
1111
email
1212
photo
1313
hasPurchased
14+
favoriteReviews {
15+
id
16+
}
1417
}
1518
}
1619
`

0 commit comments

Comments
 (0)