From 501f9cbe06da1abb6bf938193483c0aa212f58f5 Mon Sep 17 00:00:00 2001 From: joeyhuaa Date: Thu, 28 May 2020 13:07:36 -0700 Subject: [PATCH] fixed indentation in #6 --- IMC_WhyReact/blog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IMC_WhyReact/blog.md b/IMC_WhyReact/blog.md index cbe17c7..a7885ba 100644 --- a/IMC_WhyReact/blog.md +++ b/IMC_WhyReact/blog.md @@ -294,8 +294,8 @@ function FuncComponentWithState() { } }; - // This variable will hold all anime recommendations - // map() is an extremely useful Array function you will be using very frequently + // This variable will hold all anime recommendations + // map() is an extremely useful Array function you will be using very frequently let recommended = recs.map(rec =>

{rec}

) // Actual content to be rendered is inside return()