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',