diff --git a/src/content/5/en/part5b.md b/src/content/5/en/part5b.md index 6dff60a1e2..c15f929b51 100644 --- a/src/content/5/en/part5b.md +++ b/src/content/5/en/part5b.md @@ -583,7 +583,7 @@ const Blog = ({ blog }) => { )} ``` -**NB:** Even though the functionality implemented in this part is almost identical to the functionality provided by the Togglable component, it can't be used directly to achieve the desired behavior. The easiest solution would be to add a state to the blog component that controls if the details are being displayed or not. +**NB:** You can reuse the togglable element for this functionality #### 5.8: Blog List Frontend, step 8