Skip to content

Commit

Permalink
refactor: Remove commented out Qurator section in FileDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Oct 10, 2024
1 parent cd52f78 commit 14f1a02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions catalog/app/containers/Bucket/PackageTree/PackageTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -751,11 +751,6 @@ function FileDisplay({
<FileView.ObjectTags handle={handle} />
</>
)}
{/*
cfg.qurator && blocks.qurator && (
<QuratorSection handle={handle} />
)
*/}
</>
),
_: () => null,
Expand Down

0 comments on commit 14f1a02

Please sign in to comment.