@primestyleai/tryon 5.10.140 → 5.10.141
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.
|
@@ -28510,8 +28510,8 @@ function PrimeStyleTryonInner({
|
|
|
28510
28510
|
const profileWeight = p2.weight ?? p2.weightKg ?? 0;
|
|
28511
28511
|
const hasIdentity = profileHeight > 0 && profileWeight > 0;
|
|
28512
28512
|
if (!hasIdentity) return;
|
|
28513
|
-
|
|
28514
|
-
}, [profiles, activeProfileId]);
|
|
28513
|
+
void runRecommendWithProfile(p2);
|
|
28514
|
+
}, [profiles, activeProfileId, runRecommendWithProfile]);
|
|
28515
28515
|
const proceedFromConfirmProfile = reactExports.useCallback(() => {
|
|
28516
28516
|
if (!confirmProfile) return;
|
|
28517
28517
|
const p2 = confirmProfile;
|