Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/motivate review #138

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Feature/motivate review #138

wants to merge 6 commits into from

Conversation

x183
Copy link
Member

@x183 x183 commented Aug 17, 2023

Added a way to motivate reviews, shows reviews when viewing detailed game information.
fixes #79

@x183 x183 requested a review from Krysset August 17, 2023 09:31
Comment on lines +93 to +95
const Ratings = ({ gameId }: GameRatingsProps) => {
const { data, loading, error }: { data: Rating[] | null, loading: boolean | null, error: any | null }
= useApiGet("/rating/game/" + gameId);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hook is supposed to be deprecated, we've moved on to React Query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants