mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
ci: formatting
This commit is contained in:
@@ -512,7 +512,9 @@ export function ProfileContent() {
|
||||
<button
|
||||
className="user-reviews__game-title user-reviews__game-title--clickable"
|
||||
onClick={() =>
|
||||
navigate(buildGameDetailsPath(review.game))
|
||||
navigate(
|
||||
buildGameDetailsPath(review.game)
|
||||
)
|
||||
}
|
||||
>
|
||||
{review.game.title}
|
||||
|
||||
Reference in New Issue
Block a user