mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Fix bug on copied referral links
This commit is contained in:
@ -91,7 +91,7 @@ const ProfileDialog = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const copyReferralCodeHandler = () => {
|
const copyReferralCodeHandler = () => {
|
||||||
systemClient.copyToClipboard(`http://${host}/ref/${robot.referralCode}`);
|
systemClient.copyToClipboard(`http://${host}/robot/${robot.referralCode}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleWeblnInvoiceClicked = async (e: any) => {
|
const handleWeblnInvoiceClicked = async (e: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user