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} {lhsSection}
{rhsSection} {rhsSection}
</div> </div>
{uri && (
<div className="section"> <div className="section">
{infoButton} {uri && infoButton}
{showEditButton} {showEditButton}
</div> </div>
)}
</div> </div>
); );
} }