From 68f2d05ca28fd7fdc130f5633107482fdafe6e8d Mon Sep 17 00:00:00 2001 From: Sm03leBr00t Date: Thu, 3 Oct 2019 13:27:39 +0200 Subject: [PATCH] fixed spelling issue --- src/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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