Fix: hide pin button if game is custom

This commit is contained in:
Moyasee
2025-09-28 20:08:03 +03:00
parent 889f3bb773
commit d78631a7f4

View File

@@ -229,7 +229,7 @@ export function HeroPanelActions() {
{game.favorite ? <HeartFillIcon /> : <HeartIcon />}
</Button>
{userDetails && (
{userDetails && game.shop !== "custom" && (
<Button
onClick={toggleGamePinned}
theme="outline"