diff --git a/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx index 377bf65f5..567236498 100644 --- a/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx @@ -113,10 +113,6 @@ export function MobileSidebar({ isShared={space.memberCount > 1} isOwner={space.isOwner} onClick={() => handleSearchSpaceSelect(space.id)} - onDelete={onSearchSpaceDelete ? () => onSearchSpaceDelete(space) : undefined} - onSettings={ - onSearchSpaceSettings ? () => onSearchSpaceSettings(space) : undefined - } size="md" disableTooltip />