From f2b181a751adba505e66294eaec2bf5734c5c1b3 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 16 Apr 2020 13:28:31 +0500 Subject: [PATCH] fix: each item should have a unique key prop --- apps/web/src/components/note/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js index dcd3b0693..de209523f 100644 --- a/apps/web/src/components/note/index.js +++ b/apps/web/src/components/note/index.js @@ -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 () => {