mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update selftest.js
This commit is contained in:
parent
cbd107b1cf
commit
0567ab65c2
1 changed files with 3 additions and 2 deletions
|
@ -325,8 +325,9 @@ export default class Selftest extends Component {
|
|||
fileName="bluewallet-selftest.txt"
|
||||
fileContent={'Success on ' + new Date().toUTCString()}
|
||||
onPress={this.onPressSaveToStorage}
|
||||
/>
|
||||
<Button title="Test Save to Storage" />
|
||||
>
|
||||
<Button title="Test Save to Storage" />
|
||||
</SaveFileButton>
|
||||
<BlueSpacing20 />
|
||||
<Button title="Test File Import" onPress={this.onPressImportDocument} />
|
||||
</ScrollView>
|
||||
|
|
Loading…
Add table
Reference in a new issue