diff --git a/src/components/Lightbox.tsx b/src/components/Lightbox.tsx
index 9c23068..0185ba2 100644
--- a/src/components/Lightbox.tsx
+++ b/src/components/Lightbox.tsx
@@ -59,22 +59,24 @@ const getLightboxFooterComponent =
)}
{content && {content}}
-
- {onPressDelete && (
-
-
-
-
-
- )}
- {onPressCrop && (
-
-
-
-
-
- )}
-
+ {(onPressDelete || onPressCrop) && (
+
+ {onPressDelete && (
+
+
+
+
+
+ )}
+ {onPressCrop && (
+
+
+
+
+
+ )}
+
+ )}
)