unecessary object -> array

This commit is contained in:
end-4
2024-05-13 18:00:51 +07:00
parent 79445eb9c2
commit 3a866b9d48
+1 -1
View File
@@ -70,7 +70,7 @@ const CheatsheetHeader = () => Widget.CenterBox({
}),
});
const sheetContents = {};
const sheetContents = [];
const SheetContent = (id) => {
sheetContents[id] = ExpandingIconTabContainer({
tabsHpack: 'center',