forked from Shinonome/dots-hyprland
unecessary object -> array
This commit is contained in:
@@ -70,7 +70,7 @@ const CheatsheetHeader = () => Widget.CenterBox({
|
||||
}),
|
||||
});
|
||||
|
||||
const sheetContents = {};
|
||||
const sheetContents = [];
|
||||
const SheetContent = (id) => {
|
||||
sheetContents[id] = ExpandingIconTabContainer({
|
||||
tabsHpack: 'center',
|
||||
|
||||
Reference in New Issue
Block a user