From ec74593b544fcae122a24b6d707b81b43ae4bd20 Mon Sep 17 00:00:00 2001 From: Jesse Korzan Date: Thu, 9 May 2024 22:00:12 -0700 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 19576ba..474ec73 100644 --- a/src/App.js +++ b/src/App.js @@ -22,7 +22,7 @@ const Card = (props) => const Layout = (props) => // Masonry layout of cards // column-count : X -
+
{props.cards.map( (card, index) => )}