Commit 98537466 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] props tree.

parent f83848df
......@@ -41,7 +41,7 @@ exports.forceLinkClass = FL.default;
}
exports.setSigmaRef = function(props) {
if (props.sigma) {
if (props && props.sigma) {
window.sigmaGargInstance = props.sigma;
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment