From 12cd0f9f37cd13e0e69adfc44fd04212b5eb4a9e Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Wed, 19 Nov 2025 15:03:20 +0000 Subject: [PATCH] - minor adjustments to modal --- src/components/SightingModal/SightingModal.tsx | 8 ++++---- src/components/UI/ModalComponent.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/SightingModal/SightingModal.tsx b/src/components/SightingModal/SightingModal.tsx index 26a270f..a8091a2 100644 --- a/src/components/SightingModal/SightingModal.tsx +++ b/src/components/SightingModal/SightingModal.tsx @@ -83,7 +83,7 @@ const SightingModal = ({ isSightingModalOpen, handleClose, sighting, onDelete }: return ( <> -
+

Sighting Details

@@ -134,7 +134,7 @@ const SightingModal = ({ isSightingModalOpen, handleClose, sighting, onDelete }: {isNPEDHitB && hotlistHit} {isNPEDHitC && hotlistHit}
- {hotlistNames && ( + {hotlistNames && hotlistNames.length > 0 && (

Hotlists

@@ -148,11 +148,11 @@ const SightingModal = ({ isSightingModalOpen, handleClose, sighting, onDelete }:
)} -
+
overview patch