mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: Removes unnecessary titles
This commit is contained in:
commit
93120a5d95
@ -6,7 +6,6 @@ import { WebView } from 'react-native-webview';
|
||||
import { AppStorage, LightningCustodianWallet, WatchOnlyWallet } from '../../class';
|
||||
const currency = require('../../blue_modules/currency');
|
||||
const BlueApp: AppStorage = require('../../BlueApp');
|
||||
const loc = require('../../loc');
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
root: {
|
||||
@ -17,7 +16,7 @@ const styles = StyleSheet.create({
|
||||
export default class BuyBitcoin extends Component {
|
||||
static navigationOptions = ({ navigation }) => ({
|
||||
...BlueNavigationStyle(navigation, true),
|
||||
title: loc.buyBitcoin.header,
|
||||
title: '',
|
||||
headerLeft: null,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user