storing changes, starting history list

This commit is contained in:
2025-09-15 10:27:31 +01:00
parent 7588326cbe
commit c414342515
12 changed files with 129 additions and 107 deletions

View File

@@ -14,6 +14,7 @@ const SightingModal = ({
sighting,
}: SightingModalProps) => {
const motionAway = (sighting?.motion ?? "").toUpperCase() === "AWAY";
console.log(sighting);
return (
<ModalComponent isModalOpen={isSightingModalOpen} close={handleClose}>
<div>