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 +}