Fix bug on copied referral links

This commit is contained in:
Reckless_Satoshi 2023-02-09 09:57:39 -08:00
parent cb8a756a40
commit 237c9fd951
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -91,7 +91,7 @@ const ProfileDialog = ({
};
const copyReferralCodeHandler = () => {
systemClient.copyToClipboard(`http://${host}/ref/${robot.referralCode}`);
systemClient.copyToClipboard(`http://${host}/robot/${robot.referralCode}`);
};
const handleWeblnInvoiceClicked = async (e: any) => {