mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Tweak styles on key verification view
// FREEBIE
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user