fix url creation typo

This commit is contained in:
Sean Yesmunt 2020-08-19 17:40:12 -04:00
parent 6ca0796c8a
commit 005cf1d52b

View file

@ -31,7 +31,7 @@ const select = (state, props) => {
if (googleCachedUrl) {
const actualUrl = decodeURIComponent(googleCachedUrl);
if (actualUrl) {
path = actualUrl;
path = actualUrl.replace(/:/g, '#');
}
}
}