|
// todo: optimize this |
|
const getValue = () => { |
|
let value = ''; |
|
if (path && visible) { |
|
let element = _.get(mjmlJson, path); |
|
if (element && element.attributes) { |
This issue was generated by todo based on a todo
comment in 3db1701. It's been assigned to @aghontpi because they committed the code.