From b44b4497a6a2d6f6573a6ec9bcd40c2d9107e60a Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 10 Feb 2026 19:04:42 +0530 Subject: [PATCH] refactor: remove unused onDelete and onSettings props from MobileSidebar component --- surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx | 4 ---- 1 file changed, 4 deletions(-) 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 />