style: Update Review Header formatting for Performances
This commit is contained in:
parent
16bacc29df
commit
060797a233
1 changed files with 1 additions and 2 deletions
|
|
@ -244,8 +244,7 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
|
|||
<EntityReviews
|
||||
entityType="performance"
|
||||
entityId={performance.id}
|
||||
entityName={performance.song.title}
|
||||
entityContext={formattedDate}
|
||||
entityName={`${performance.song.title} - ${formattedDate}`}
|
||||
/>
|
||||
</SocialWrapper>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue