Fix italic tags showing up

pull/602/head
sachaaaaa 5 years ago
parent 497f42165a
commit 9ab3626149

@ -139,7 +139,7 @@
requestAcceptedView.hide();
confirmUnpairView.show();
const name = this.getPubkeyName(this.pubKeyToUnpair);
this.$('.confirmUnpairView #pubkey').text(name);
this.$('.confirmUnpairView #pubkey').html(name);
} else if (!this.isListening) {
requestReceivedView.hide();
waitingForRequestView.hide();

Loading…
Cancel
Save