refactor: remove unused onDelete and onSettings props from MobileSidebar component

This commit is contained in:
Anish Sarkar 2026-02-10 19:04:42 +05:30
parent 4d7132c16c
commit b44b4497a6

View file

@ -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
/>