瀏覽代碼

More homogeneity in .videos

master
Roderic Day 5 年之前
父節點
當前提交
2e67e5371f
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      apps/streams.js

+ 1
- 3
apps/streams.js 查看文件

@@ -176,9 +176,7 @@ const StreamContainer = {
gridTemplateColumns: dims[1],
}
return m('.videos', {style},
m(Video, {username: State.username}),
State.online.filter(username => username != State.username)
.map(username => m(Video, {key: username, username}))
State.online.map(username => m(Video, {key: username, username}))
)
},
}

Loading…
取消
儲存