diff --git a/src/app.jsx b/src/app.jsx index 16e3846..c3f0a7f 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -211,7 +211,7 @@ var app = app || {}; if (!match) { const query = btoa(db.address.toString()); document.location.href = document.location.href.replace(/\?.+$/, ""); - document.location.href = document.location.href + `?query=${queryString}`; + document.location.href = document.location.href + `?query=${query}`; } // Create the data model