Browse Source

Add key

master
Roderic Day 5 years ago
parent
commit
aef8e93767
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pico.js

+ 1
- 1
pico.js View File

@@ -326,7 +326,7 @@ const Media = {
),
m('.videos',
Object.keys(State.streams).map((username) =>
m(Video, {username})
m(Video, {key: username, username})
),
),
)

Loading…
Cancel
Save