unecessary object -> array

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