@symbolic/lib
Advanced tools
Comparing version 1.0.214 to 1.0.215
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.214", | ||
"version": "1.0.215", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import _ from "lodash"; | ||
export default function __getHelper({shouldMemo}) { | ||
return function getEngravings({activeProductInstanceWithData}) { | ||
var engravingsPropertyData = _.get(activeProductInstanceWithData, 'properties.27', {}); | ||
return function getEngravings({propertiesDataById}) { | ||
var engravingsPropertyData = _.get(propertiesDataById, '27', {}); | ||
@@ -7,0 +7,0 @@ var engravings = _.get(engravingsPropertyData, 'engravings'); |
Sorry, the diff of this file is too big to display
150271