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}
|
{lhsSection}
|
||||||
{rhsSection}
|
{rhsSection}
|
||||||
</div>
|
</div>
|
||||||
{uri && (
|
|
||||||
<div className="section">
|
<div className="section">
|
||||||
{infoButton}
|
{uri && infoButton}
|
||||||
{showEditButton}
|
{showEditButton}
|
||||||
</div>
|
</div>
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue