{geometryType === FeatureType.Point && (
@@ -111,7 +112,7 @@ const AssetGeometry: React.FC = ({ selectedFeature }) => {
)}
- >
+
);
};
diff --git a/react/src/components/AssetDetail/AssetQuestionnaire.test.tsx b/react/src/components/AssetDetail/AssetQuestionnaire.test.tsx
index b992b782..f0bb8c9d 100644
--- a/react/src/components/AssetDetail/AssetQuestionnaire.test.tsx
+++ b/react/src/components/AssetDetail/AssetQuestionnaire.test.tsx
@@ -14,11 +14,7 @@ jest.mock('antd', () => ({
Carousel: forwardRef(({ children }: any, ref: any) => {
// Assign the mock methods to the ref
React.useImperativeHandle(ref, () => mockCarouselRef);
- return (
-