Fix italic tags showing up

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

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

Loading…
Cancel
Save