feat: hide pin button if game is custom

This commit is contained in:
Moyasee
2025-09-24 16:59:59 +03:00
parent a869902cfb
commit 366da7839f

View File

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