diff --git a/dist/index.js b/dist/index.js index 5d2fdc0..164ef1e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -144,7 +144,7 @@ }); } - return "" + this.settings.popTitle + "" + extraHead + linkList.join() + ""; + return "" + this.settings.popTitle + "" + extraHead + linkList.join("") + ""; } }, { key: "getBody",