From 5a7253cc8172dcc5eb7118b48b56bffaaf7e6de3 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Tue, 27 May 2025 05:41:01 +0000 Subject: [PATCH] sync from prod --- src/components/ReferralSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ReferralSection.tsx b/src/components/ReferralSection.tsx index f3dc564..9ee4243 100644 --- a/src/components/ReferralSection.tsx +++ b/src/components/ReferralSection.tsx @@ -153,7 +153,7 @@ export default function ReferralSection({ - {actualRefId === -1 && ( + {actualRefId === -100 && (

Enter your friends referral ID @@ -286,4 +286,4 @@ export default function ReferralSection({ )} ); -} \ No newline at end of file +}