From 9b2bef7f2de6cd2bf89a5d2c86264e525d5f2838 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 13 May 2024 18:00:51 +0700 Subject: [PATCH] unecessary object -> array --- .config/ags/modules/cheatsheet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index b28d4c353..9f83e727c 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -70,7 +70,7 @@ const CheatsheetHeader = () => Widget.CenterBox({ }), }); -const sheetContents = {}; +const sheetContents = []; const SheetContent = (id) => { sheetContents[id] = ExpandingIconTabContainer({ tabsHpack: 'center',