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
|
<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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue