fixed type errors
This commit is contained in:
@@ -27,7 +27,6 @@ const RearCameraOverviewCard = ({ className }: CardProps) => {
|
||||
<div className="flex flex-col space-y-3 h-full" {...handlers}>
|
||||
<CardHeader title="Rear Overview" icon={faCamera} />
|
||||
<SightingOverview />
|
||||
{/* <SnapshotContainer side="TargetDetectionRear" /> */}
|
||||
</div>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user