Skip to content

Commit

Permalink
remove persons section from show page
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Sep 1, 2024
1 parent e9725d2 commit a09d81f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions views/radio/showBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,6 @@ export default function ShowBody({
<Prose>{documentToReactComponents(content?.json)}</Prose>
</div>
</section>

<section className="border-t-2 bg-white">
<div className="container-md p-4 md:p-8">
<Pill>
<span className="font-serif">Persons</span>
</Pill>

<div className="h-8" />

<p className="font-medium">{persons}</p>
</div>
</section>
</Fragment>
);
}

0 comments on commit a09d81f

Please sign in to comment.