From 9072b0b67d3456d25bf72c5c8465bb6acfebb805 Mon Sep 17 00:00:00 2001 From: Almus Date: Sun, 28 Jun 2020 00:35:57 -0700 Subject: [PATCH] Update control.js --- src/web/control.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/control.js b/src/web/control.js index 618e669..15d9f4e 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -235,10 +235,10 @@ function App({ wsEndpoint }) { )}
- {range(0, 3).map((y) => ( + {range(0, GRID_COUNT).map((y) => ( - {range(0, 3).map((x) => { - const idx = 3 * y + x + {range(0, GRID_COUNT).map((x) => { + const idx = GRID_COUNT * y + x const { streamId = '', isListening = false,