diff --git a/x-pack/legacy/plugins/maps/public/layers/layer.js b/x-pack/legacy/plugins/maps/public/layers/layer.js
index 8fcb802962ef5..56aaae30aaf34 100644
--- a/x-pack/legacy/plugins/maps/public/layers/layer.js
+++ b/x-pack/legacy/plugins/maps/public/layers/layer.js
@@ -165,7 +165,7 @@ export class AbstractLayer {
tooltipContent = customIconAndTooltipContent.tooltipContent;
} else {
footnotes.push({
- icon: ,
+ icon: ,
message: customIconAndTooltipContent.tooltipContent
});
}