diff --git a/web/src/components/storage/DriveEditor.tsx b/web/src/components/storage/DriveEditor.tsx
index 37a67c925..8ff050d50 100644
--- a/web/src/components/storage/DriveEditor.tsx
+++ b/web/src/components/storage/DriveEditor.tsx
@@ -584,7 +584,7 @@ const PartitionMenuItem = ({ driveName, mountPath }) => {
/>
}
+ icon={}
actionId={`delete-${mountPath}`}
aria-label={`Delete ${mountPath}`}
onClick={onDelete}