diff --git a/beta/src/content/learn/passing-data-deeply-with-context.md b/beta/src/content/learn/passing-data-deeply-with-context.md index b3f2c1dc..79feb4e5 100644 --- a/beta/src/content/learn/passing-data-deeply-with-context.md +++ b/beta/src/content/learn/passing-data-deeply-with-context.md @@ -1051,7 +1051,7 @@ export default function App() { ) } -function List({ imageSize }) { +function List() { const listItems = places.map(place =>