diff --git a/map-view/src/components/FeatureInfo.tsx b/map-view/src/components/FeatureInfo.tsx index bbf914e8..baa17afe 100644 --- a/map-view/src/components/FeatureInfo.tsx +++ b/map-view/src/components/FeatureInfo.tsx @@ -132,7 +132,7 @@ class FeatureInfo extends React.Component { {content_s && ( <>
- {t("Content Schema")}: {content_s} + {t("Content Schema")}: {JSON.stringify(content_s)} )} {feature.getProperties().device_plan_id && (