diff --git a/src/components/SightingsWidget/SightingWidget.tsx b/src/components/SightingsWidget/SightingWidget.tsx index fcfd3b2..d1e1670 100644 --- a/src/components/SightingsWidget/SightingWidget.tsx +++ b/src/components/SightingsWidget/SightingWidget.tsx @@ -8,7 +8,6 @@ import clsx from "clsx"; import { useSightingFeedContext } from "../../context/SightingFeedContext"; import SightingModal from "../SightingModal/SightingModal"; import { useAlertHitContext } from "../../context/AlertHitContext"; -import InfoBar from "./InfoBar"; import HotListImg from "/Hotlist_Hit.svg"; import NPED_CAT_A from "/NPED_Cat_A.svg"; import NPED_CAT_B from "/NPED_Cat_B.svg"; @@ -115,7 +114,7 @@ export default function SightingHistoryWidget({ <> @@ -140,14 +139,12 @@ export default function SightingHistoryWidget({ return (
onRowClick(obj)} > - - {/* Patch row */}