updated preview camera view and removed NPED alert disptach
This commit is contained in:
@@ -43,18 +43,21 @@ const SightingModal = ({
|
||||
Sighting Details
|
||||
</h2>
|
||||
</div>
|
||||
<div className="flex flex-col md:flex-row gap-3 items-center mb-2">
|
||||
<NumberPlate vrm={sighting?.vrm} motion={motionAway} />
|
||||
<img
|
||||
src={sighting?.plateUrlColour}
|
||||
alt="plate patch"
|
||||
className="h-16 object-contain rounded-md"
|
||||
/>
|
||||
<div className="flex flex-col md:flex-row gap-3 items-center mb-2 justify-between">
|
||||
<div className="flex flex-col md:flex-row gap-3 items-center">
|
||||
<NumberPlate vrm={sighting?.vrm} motion={motionAway} />
|
||||
<img
|
||||
src={sighting?.plateUrlColour}
|
||||
alt="plate patch"
|
||||
className="h-16 object-contain rounded-md"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{isHotListHit && (
|
||||
<img
|
||||
src={HotListImg}
|
||||
alt="hotlistHit"
|
||||
className="h-18 object-contain rounded-md"
|
||||
className="h-20 object-contain rounded-md"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user