+
{children}
- {enableImageActions && }
+ {enableImageActions && (
+
+ )}
>
);
diff --git a/src/components/image/ImageLarge.tsx b/src/components/image/ImageLarge.tsx
index e9bcf92d..6e178bcb 100644
--- a/src/components/image/ImageLarge.tsx
+++ b/src/components/image/ImageLarge.tsx
@@ -10,7 +10,10 @@ export default function ImageLarge(props: ImageProps) {
...rest
} = props;
return (
-
+
-
+
);
}