feat: wire post interactions and persist favorites state
This commit is contained in:
@@ -76,7 +76,11 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i
|
||||
</Button>
|
||||
</Link>
|
||||
)}
|
||||
<FavoriteButton initialFavorited={isFavorited} />
|
||||
<FavoriteButton
|
||||
initialFavorited={isFavorited}
|
||||
targetType="player"
|
||||
targetId={player.id}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="bg-muted/50 p-4 rounded-lg">
|
||||
|
||||
Reference in New Issue
Block a user