fix: Remove double separator in collection menu (#1948)

* Hide separator

* Remove visible logic
This commit is contained in:
Saumya Pandey
2021-03-11 04:26:16 +05:30
committed by GitHub
parent 1393d1950e
commit d530edcc2f

View File

@ -161,9 +161,6 @@ function CollectionMenu({
{
type: "separator",
},
{
type: "separator",
},
{
title: `${t("Delete")}`,
visible: !!(collection && can.delete),