@primestyleai/tryon 5.10.130 → 5.10.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react/index.js +145 -145
- package/dist/react/index.js.map +1 -1
- package/dist/storefront/primestyle-tryon.js +1 -1
- package/package.json +1 -1
|
@@ -29658,7 +29658,7 @@ function PrimeStyleTryonInner({
|
|
|
29658
29658
|
lastUsedAt: Date.now()
|
|
29659
29659
|
};
|
|
29660
29660
|
const nextProfiles = [newProfile, ...profiles];
|
|
29661
|
-
|
|
29661
|
+
saveProfiles(nextProfiles);
|
|
29662
29662
|
setProfiles(nextProfiles);
|
|
29663
29663
|
setActiveProfileId$1(newProfile.id);
|
|
29664
29664
|
const heightVal = newProfile.heightCm || newProfile.height || 0;
|