remove copy
This commit is contained in:
parent
0c1b681b44
commit
60f2fd65fd
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ export default function CollectionPage(props: Props) {
|
||||||
<Page>
|
<Page>
|
||||||
<div className={classnames('section card-stack')}>
|
<div className={classnames('section card-stack')}>
|
||||||
{info}
|
{info}
|
||||||
{showEdit && <div>Do the sort</div>}
|
|
||||||
<ClaimList uris={collectionUrls} collectionId={collectionId} type={showEdit ? 'listview' : undefined} />
|
<ClaimList uris={collectionUrls} collectionId={collectionId} type={showEdit ? 'listview' : undefined} />
|
||||||
</div>
|
</div>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
Loading…
Add table
Reference in a new issue