From 388b16765d4a89d4afdb97fde49fe489dbbfccf3 Mon Sep 17 00:00:00 2001 From: Luis Ocampo Date: Wed, 30 Mar 2016 11:39:19 -0500 Subject: [PATCH] This fixes issue with notes list not diplaying and throwing an invariant error --- app/components/Notes/NotesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Notes/NotesList.js b/app/components/Notes/NotesList.js index c819561..e62a5fd 100644 --- a/app/components/Notes/NotesList.js +++ b/app/components/Notes/NotesList.js @@ -4,7 +4,7 @@ const NotesList = ({notes}) => { return ( )