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) => {
|
const SheetContent = (id) => {
|
||||||
sheetContents[id] = ExpandingIconTabContainer({
|
sheetContents[id] = ExpandingIconTabContainer({
|
||||||
tabsHpack: 'center',
|
tabsHpack: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user