FIX: Removes unnecessary titles

This commit is contained in:
Overtorment 2020-06-09 16:19:06 +01:00 committed by GitHub
commit 93120a5d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});