Update url callback
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m56s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m56s
This commit is contained in:
parent
acb1784f0c
commit
5ed15a6761
@ -32,7 +32,7 @@ export default function ClientBox(props: IProps) {
|
|||||||
|
|
||||||
// TODO: review
|
// TODO: review
|
||||||
const handleOpenConnectionLink = useCallback(() => {
|
const handleOpenConnectionLink = useCallback(() => {
|
||||||
const url = `http://localhost:3000/client-dashboard/${folderUid}/profile/${customer.uid}`;
|
const url = `https://lecoffreio.4nkweb.com/client-dashboard/${folderUid}/profile/${customer.uid}`;
|
||||||
alert(url);
|
alert(url);
|
||||||
}, [customer.uid, folderUid]);
|
}, [customer.uid, folderUid]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user