Fix share link
This commit is contained in:
parent
a837e7ef5d
commit
8ba44c472f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
share = `${loc.origin}${loc.pathname}?b64=${b64}`;
|
share = `${loc.origin}${loc.pathname}?b64=${b64}`;
|
||||||
} else {
|
} else {
|
||||||
share = `${loc.origin}${loc.pathname}${search.toString()}`;
|
share = `${loc.origin}${loc.pathname}?${search.toString()}`;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue