Browse Source
The code section above these changes defines a `formatName` function that expects a parameter `user`. The code section containing these changes incorrectly called `formatName(user.name)`. For those following along with CodePen, this section should correctly call `formatName(user)`.main
Lewis Blackwood
8 years ago
committed by
Dan Abramov
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue