Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var active1 = [];
- Object.keys(this.state.ProductVariations).forEach(k => active1.push(this.state.ProductVariations[k]));
- if (active1.active = true) {
- console.log(active1.label);
- } else {
- };
Advertisement
Add Comment
Please, Sign In to add comment