mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00:00
Fix bug on copied referral links
This commit is contained in:
parent
cb8a756a40
commit
237c9fd951
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user