Skip to content

Commit

Permalink
Update unit for description
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jan 30, 2024
1 parent 8f8a702 commit ae63393
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DescriptionDisplay = props => {
sx={{
fontSize: fontSize + "px",
}}>
{item.fromDepth} m
{item.fromDepth} m MD
</Typography>
{layerHeight >= 10 && (
<>
Expand All @@ -42,7 +42,7 @@ const DescriptionDisplay = props => {
sx={{
fontSize: fontSize + "px",
}}>
{item.toDepth} m
{item.toDepth} m MD
</Typography>
</Stack>
);
Expand Down

0 comments on commit ae63393

Please sign in to comment.