From d9ec4f354c42ba6c5acafdd64f44f2e6541df5c5 Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:16:44 -0800 Subject: [PATCH] Fix bug with 0.30 beta --- apps/lcars/lcars.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lcars/lcars.app.js b/apps/lcars/lcars.app.js index 8d67dddda..026f02960 100644 --- a/apps/lcars/lcars.app.js +++ b/apps/lcars/lcars.app.js @@ -196,7 +196,7 @@ function randomColors() { let color2 = bg_code[Math.floor(Math.random() * bg_code.length)]; let color3 = bg_code[Math.floor(Math.random() * bg_code.length)]; } -}; +} /** * This function plots a data row in LCARS style.