remove copy

This commit is contained in:
zeppi 2021-12-02 21:12:51 -05:00 committed by jessopb
parent 0c1b681b44
commit 60f2fd65fd

View file

@ -191,7 +191,6 @@ export default function CollectionPage(props: Props) {
<Page>
<div className={classnames('section card-stack')}>
{info}
{showEdit && <div>Do the sort</div>}
<ClaimList uris={collectionUrls} collectionId={collectionId} type={showEdit ? 'listview' : undefined} />
</div>
</Page>