We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c61c2 commit cab9fd0Copy full SHA for cab9fd0
src/app/referrals/page.tsx
@@ -55,6 +55,7 @@ export function RefcodeCreator () {
55
56
export function RefcodeLink () {
57
const { referralLink } = useReferrals()
58
+ console.log("RefcodeLink", referralLink)
59
if (referralLink) {
60
return (
61
<div className="border border-hot-red rounded-full px-4 py-2 flex flex-row justify-between items-center">
0 commit comments