-
Notifications
You must be signed in to change notification settings - Fork 22
optimize this #6
Copy link
Copy link
Open
Labels
Description
dnde/src/Hooks/Attribute.hook.ts
Lines 50 to 55 in 3db1701
| // 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.
Reactions are currently unavailable