Show sender and device number in decryption error toast
This commit is contained in:
parent
01549b11d1
commit
b1ebc0f483
6 changed files with 52 additions and 12 deletions
|
@ -12,7 +12,9 @@ import enMessages from '../../_locales/en/messages.json';
|
|||
const i18n = setupI18n('en', enMessages);
|
||||
|
||||
const defaultProps = {
|
||||
deviceId: 3,
|
||||
i18n,
|
||||
name: 'Someone Somewhere',
|
||||
onClose: action('onClose'),
|
||||
onShowDebugLog: action('onShowDebugLog'),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue