mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: add topic deletion
This commit is contained in:
@@ -33,7 +33,7 @@ function Menu(props) {
|
||||
</Text>
|
||||
{props.menuItems.map(
|
||||
(item) =>
|
||||
!item.visible && (
|
||||
(item.visible === undefined || item.visible === true) && (
|
||||
<Flex
|
||||
key={item.title}
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user