Skip to content

Commit

Permalink
Prettify Overview.tsx (#4233)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus authored Nov 21, 2024
1 parent 4d8d562 commit ccdcab9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions catalog/app/containers/Bucket/Overview/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ function Readmes({ s3, overviewUrl, bucket }: ReadmesProps) {
(rs.discovered.length > 0 || !!rs.forced) && (
<>
{!!rs.forced && (
<Summarize.FilePreview
key="readme:forced"
handle={rs.forced}
expanded
/>
<Summarize.FilePreview key="readme:forced" handle={rs.forced} expanded />
)}
{rs.discovered.map((h) => (
<Summarize.FilePreview
Expand Down

0 comments on commit ccdcab9

Please sign in to comment.