fix private lists editing (#7374)

This commit is contained in:
jessopb 2021-12-30 13:10:10 -05:00 committed by GitHub
parent ca15faef02
commit 59a188044e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,12 +188,10 @@ function CollectionActions(props: Props) {
{lhsSection}
{rhsSection}
</div>
{uri && (
<div className="section">
{infoButton}
{showEditButton}
</div>
)}
<div className="section">
{uri && infoButton}
{showEditButton}
</div>
</div>
);
}