mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-08 22:51:21 +00:00
fix name spacing link
This commit is contained in:
parent
e9bb8b465c
commit
2d31b6b639
@ -75,7 +75,7 @@ export const AppViewer = React.forwardRef(({ app , hide, isDevMode, skipAuth}, i
|
||||
const copyLinkFunc = (e) => {
|
||||
const {tabId} = e.detail
|
||||
if(tabId === app?.tabId){
|
||||
let link = 'qortal://' + app?.service + '/' + app?.name
|
||||
let link = 'qortal://' + app?.service + '/' + app?.name.replace(/ /g, '%20');
|
||||
if(path && path.startsWith('/')){
|
||||
link = link + removeTrailingSlash(path)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user