style: Update Review Header formatting for Performances

This commit is contained in:
fullsizemalt 2025-12-21 22:02:30 -08:00
parent 16bacc29df
commit 060797a233

View file

@ -244,8 +244,7 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
<EntityReviews <EntityReviews
entityType="performance" entityType="performance"
entityId={performance.id} entityId={performance.id}
entityName={performance.song.title} entityName={`${performance.song.title} - ${formattedDate}`}
entityContext={formattedDate}
/> />
</SocialWrapper> </SocialWrapper>
</div> </div>