From a86c4035242ef46e468fca8ac30c6d2c6173c5ad Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Sat, 28 Aug 2021 20:08:51 +0900 Subject: [PATCH] Each notification component gets a unique ID --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 81ecf22..2698d07 100644 --- a/src/App.js +++ b/src/App.js @@ -320,7 +320,7 @@ function App() {
{notifications.map((not)=>{ - return + return })}