storing changes, starting history list
This commit is contained in:
@@ -14,6 +14,7 @@ const SightingModal = ({
|
||||
sighting,
|
||||
}: SightingModalProps) => {
|
||||
const motionAway = (sighting?.motion ?? "").toUpperCase() === "AWAY";
|
||||
console.log(sighting);
|
||||
return (
|
||||
<ModalComponent isModalOpen={isSightingModalOpen} close={handleClose}>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user