Tweak styles on key verification view

// FREEBIE
This commit is contained in:
lilia 2016-03-21 18:18:10 -07:00
parent b57f26bac4
commit d24eaa655a
4 changed files with 21 additions and 6 deletions

View file

@ -31,7 +31,8 @@
theirIdentity: i18n('theirIdentity'),
their_key_unknown: i18n('theirIdentityUnknown'),
your_key: this.splitKey(this.model.your_key),
their_key: this.splitKey(this.model.their_key)
their_key: this.splitKey(this.model.their_key),
has_their_key: this.model.their_key !== undefined
};
}
});