Skip to content

Commit

Permalink
fixed indentation in bitprj#6
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyhuaa committed May 28, 2020
1 parent 3d3d669 commit 501f9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IMC_WhyReact/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 => <p style={{margin:".5em"}}>{rec}</p>)

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

0 comments on commit 501f9cb

Please sign in to comment.