mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
fix lint
This commit is contained in:
parent
73fda825e2
commit
bdecbdee52
@ -592,7 +592,7 @@ export class BlueListItem extends Component {
|
||||
fontSize: 16,
|
||||
fontWeight: '500',
|
||||
}}
|
||||
subtitleStyle={{ flexWrap: 'wrap', color: BlueApp.settings.alternativeTextColor, fontWeight: '400', fontSize: 14 }}
|
||||
subtitleStyle={{ flexWrap: 'wrap', color: BlueApp.settings.alternativeTextColor, fontWeight: '400', fontSize: 14 }}
|
||||
subtitleNumberOfLines={1}
|
||||
titleNumberOfLines={0}
|
||||
Component={TouchableOpacity}
|
||||
|
@ -7,7 +7,6 @@ import crypto from 'crypto';
|
||||
// uses `crypto` module under nodejs/cli and shim under RN
|
||||
// @see blue_modules/crypto.js
|
||||
|
||||
|
||||
/**
|
||||
* Generate cryptographically secure random bytes using native api.
|
||||
* @param {number} size The number of bytes of randomness
|
||||
|
Loading…
Reference in New Issue
Block a user