fix private lists editing (#7374)
This commit is contained in:
parent
ca15faef02
commit
59a188044e
1 changed files with 4 additions and 6 deletions
|
@ -188,12 +188,10 @@ function CollectionActions(props: Props) {
|
|||
{lhsSection}
|
||||
{rhsSection}
|
||||
</div>
|
||||
{uri && (
|
||||
<div className="section">
|
||||
{infoButton}
|
||||
{uri && infoButton}
|
||||
{showEditButton}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue