Fix share link

This commit is contained in:
Tom Hubrecht 2022-07-27 01:23:21 +02:00
parent a837e7ef5d
commit 8ba44c472f

View file

@ -43,7 +43,7 @@
share = `${loc.origin}${loc.pathname}?b64=${b64}`;
} else {
share = `${loc.origin}${loc.pathname}${search.toString()}`;
share = `${loc.origin}${loc.pathname}?${search.toString()}`;
}
};