diff --git a/web/static/desktop.js b/web/static/desktop.js
index 5950c2c..210b6ea 100644
--- a/web/static/desktop.js
+++ b/web/static/desktop.js
@@ -10,7 +10,7 @@ $(document).ready(function () {
for (let i = 0; i < data.addresses.length; i++) {
options =
options +
- ``;
+ ``;
}
}
if (data.pubkeys) {