diff --git a/src/components/moderation/PhotoModal.tsx b/src/components/moderation/PhotoModal.tsx index 263b3812..34cb89d1 100644 --- a/src/components/moderation/PhotoModal.tsx +++ b/src/components/moderation/PhotoModal.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { X, ChevronLeft, ChevronRight } from 'lucide-react'; +import { ChevronLeft, ChevronRight } from 'lucide-react'; import { Dialog, DialogContent } from '@/components/ui/dialog'; import { Button } from '@/components/ui/button'; @@ -39,25 +39,15 @@ export function PhotoModal({ photos, initialIndex, isOpen, onClose }: PhotoModal
{/* Header */}
-
-
-

- {currentPhoto?.filename || `Photo ${currentIndex + 1}`} -

- {photos.length > 1 && ( -

- {currentIndex + 1} of {photos.length} -

- )} -
- +
+

+ {currentPhoto?.filename || `Photo ${currentIndex + 1}`} +

+ {photos.length > 1 && ( +

+ {currentIndex + 1} of {photos.length} +

+ )}