mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
fix: fix episodes url on landing page
This commit is contained in:
parent
f981045c8d
commit
899e7e834b
@ -84,9 +84,10 @@ export const PodcastShowsPreview: React.FC<PodcastShowsPreviewProps> = ({
|
||||
|
||||
<div className="podcasts__show-episodes">
|
||||
<PostsGrid
|
||||
posts={(show.episodes || []).slice(0, 4)}
|
||||
posts={(show.episodes || [])
|
||||
.slice(0, 4)
|
||||
.map((ep) => ({ ...ep, show }))}
|
||||
displayPodcastShow={false}
|
||||
shows={shows}
|
||||
pattern={[
|
||||
{
|
||||
cols: 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user