Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit dead9bd

Browse files
Merge pull request #114 from lammertw/patch-1
Update 05_Working_Together_Composing_Components.md
2 parents 635cb1c + 069e9e1 commit dead9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Building Web Applications with React and Kotlin JS/05_Working_Together_Composing_Components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Now, we can pass in the selected video as a prop, and move the logic for *select
7373

7474
```kotlin
7575
videoList {
76-
videos = watchedVideos
76+
videos = unwatchedVideos
7777
selectedVideo = state.currentVideo
7878
onSelectVideo = { video ->
7979
setState {

0 commit comments

Comments
 (0)