Skip to content

Commit e61e65a

Browse files
committed
fix: Mapview crash when feature has content_s
Refs: LIIK-755
1 parent f456ab8 commit e61e65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map-view/src/components/FeatureInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class FeatureInfo extends React.Component<FeatureInfoProps, FeatureInfoState> {
132132
{content_s && (
133133
<>
134134
<br />
135-
<b>{t("Content Schema")}</b>: {content_s}
135+
<b>{t("Content Schema")}</b>: {JSON.stringify(content_s)}
136136
</>
137137
)}
138138
{feature.getProperties().device_plan_id && (

0 commit comments

Comments
 (0)