mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 15:55:52 +00:00
test
This commit is contained in:
@@ -21,8 +21,6 @@ const Sidebar = ({
|
||||
return acc;
|
||||
}, [] as Script[]);
|
||||
|
||||
const filteredItems = items.filter(category => category.scripts.length > 0);
|
||||
|
||||
return (
|
||||
<div className="flex min-w-72 flex-col sm:max-w-72">
|
||||
<div className="flex items-end justify-between pb-4">
|
||||
@@ -33,7 +31,7 @@ const Sidebar = ({
|
||||
</div>
|
||||
<div className="rounded-lg">
|
||||
<ScriptAccordion
|
||||
items={filteredItems}
|
||||
items={items}
|
||||
selectedScript={selectedScript}
|
||||
setSelectedScript={setSelectedScript}
|
||||
/>
|
||||
@@ -42,4 +40,4 @@ const Sidebar = ({
|
||||
);
|
||||
};
|
||||
|
||||
export default Sidebar;
|
||||
export default Sidebar;
|
||||
Reference in New Issue
Block a user