@primestyleai/tryon 5.10.184 → 5.10.185
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.
|
@@ -34858,7 +34858,7 @@ function PrimeStyleTryonInner({
|
|
|
34858
34858
|
tryOnProcessing,
|
|
34859
34859
|
tryOnStartedAt,
|
|
34860
34860
|
tryOnAvailable: usedAiPhotoSizing && sizingResult?.found !== false,
|
|
34861
|
-
showProfileCompletionCta: measurementType === "body" && !!sizingResult && sizingResult.found !== false,
|
|
34861
|
+
showProfileCompletionCta: measurementType === "body" && !!sizingResult && sizingResult.found !== false && (!profileSession || profiles.length === 0),
|
|
34862
34862
|
onProfileCompletionCta: handleCompleteProfileFromResult,
|
|
34863
34863
|
bodyLandmarks,
|
|
34864
34864
|
faceLandmarks,
|