Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/5/en/part5b.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>Togglable</i> 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

Expand Down