diff --git a/content/tutorial/favorite-bikes/index.mdx b/content/tutorial/favorite-bikes/index.mdx index c75d0df..70e4555 100644 --- a/content/tutorial/favorite-bikes/index.mdx +++ b/content/tutorial/favorite-bikes/index.mdx @@ -431,13 +431,14 @@ functionality with the button we created earlier. Add the _currentUser_ and _onToggleFavorites_ props to the _OrderPanel_ component in _ListingPageCarousel_. -```jsx filename="ListingPageCarousel.js" {7} +```jsx filename="ListingPageCarousel.js" {7-8} ```