mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: each item should have a unique key prop
This commit is contained in:
@@ -14,7 +14,7 @@ import Colors from "../menu/colors";
|
||||
|
||||
function menuItems(note, context) {
|
||||
return [
|
||||
{ component: Colors },
|
||||
{ title: "colors", component: Colors },
|
||||
{
|
||||
title: note.notebook ? "Move" : "Add to",
|
||||
onClick: async () => {
|
||||
|
||||
Reference in New Issue
Block a user