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
- {currentIndex + 1} of {photos.length} -
- )} -+ {currentIndex + 1} of {photos.length} +
+ )}