mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 23:12:48 -05:00
Allow errored views to be reloaded
This commit is contained in:
@@ -23,7 +23,7 @@ Mousetrap.bind('ctrl+shift+i', () => {
|
||||
function Overlay({ views, streams, customStreams }) {
|
||||
const activeViews = views
|
||||
.map(({ state, context }) => State.from(state, context))
|
||||
.filter((s) => s.matches('displaying'))
|
||||
.filter((s) => s.matches('displaying') && !s.matches('displaying.error'))
|
||||
return (
|
||||
<div>
|
||||
{activeViews.map((viewState) => {
|
||||
|
||||
Reference in New Issue
Block a user