diff --git a/src/client/src/commons/form/profile/components/profileLayers/components/descriptionLayers/descriptionDisplay.js b/src/client/src/commons/form/profile/components/profileLayers/components/descriptionLayers/descriptionDisplay.js index ec9a1fd73..44029ec73 100644 --- a/src/client/src/commons/form/profile/components/profileLayers/components/descriptionLayers/descriptionDisplay.js +++ b/src/client/src/commons/form/profile/components/profileLayers/components/descriptionLayers/descriptionDisplay.js @@ -15,7 +15,7 @@ const DescriptionDisplay = props => { sx={{ fontSize: fontSize + "px", }}> - {item.fromDepth} m + {item.fromDepth} m MD {layerHeight >= 10 && ( <> @@ -42,7 +42,7 @@ const DescriptionDisplay = props => { sx={{ fontSize: fontSize + "px", }}> - {item.toDepth} m + {item.toDepth} m MD );