fix: each item should have a unique key prop

This commit is contained in:
thecodrr
2020-04-16 13:28:31 +05:00
parent 5685a17353
commit f2b181a751

View File

@@ -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 () => {