Fix empty state value

This commit is contained in:
Max Goodhart
2020-06-19 07:22:05 -07:00
parent d2bca9a21f
commit a0435e24be

View File

@@ -15,7 +15,7 @@ function emptyStateIdxMap() {
{
streamId: null,
url: null,
state: null,
state: {},
isListening: false,
},
]),