Skip to content

Commit

Permalink
#88 fix missing hecras layer names
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Oct 18, 2023
1 parent 667ce75 commit 6a83303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom-ui/components/drawer/layers-list/layer-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const LayerCard = ({
/>
</CardActions>
<CardContent className="layer-name" style={{ padding: "10px" }}>
{layer.infoAsObject.DataDescription && (
{layer.infoAsObject.ProductType && (
<p
style={{
color: "black",
Expand Down

0 comments on commit 6a83303

Please sign in to comment.