- Refactored Dashboard layout

- enhanced PlatesProcessed component display
This commit is contained in:
2026-01-09 08:50:03 +00:00
parent 97818ca8d9
commit 8d44444c4d
4 changed files with 23 additions and 21 deletions

View File

@@ -51,9 +51,7 @@ const SightingModalContent = ({ sighting }: SightingModalContentProps) => {
</div>
</div>
</>
) : (
<p className="text-gray-300">No sighting data available.</p>
)}
) : null}
</div>
);
};