Details
-
Type:
Improvement
-
Status: Done
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Sprint:GLGVO - 2019 April 1, GLGVO 2019 April 2
-
Epic Link:
Description
Current work around is
if (this.props.exploreLayersDetails) { |
Should instead use
let {xxxx, yyyy, zzzz} = this.props; |