diff --git a/src/app/components/SearchAssembly64.tsx b/src/app/components/SearchAssembly64.tsx index 2850efc..c1ece59 100644 --- a/src/app/components/SearchAssembly64.tsx +++ b/src/app/components/SearchAssembly64.tsx @@ -358,7 +358,7 @@ export default function SearchAssembly64({ config, setConfig, onClose: _onClose {/* Presets */} {presets.length > 0 && ( -
+
{presets .filter(group => PRESET_PREFIX[group.type] !== null) // hide sort/order for now .map((group, i) => ( @@ -376,7 +376,7 @@ export default function SearchAssembly64({ config, setConfig, onClose: _onClose {/* Category filter */} {categories.length > 0 && ( -
+