mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update marketplace.js
This commit is contained in:
parent
dd9ac7a6a9
commit
141aac0612
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { WebView } from 'react-native-webview';
|
||||||
import { BlueLoading } from '../../BlueComponents';
|
import { BlueLoading } from '../../BlueComponents';
|
||||||
import navigationStyle from '../../components/navigationStyle';
|
import navigationStyle from '../../components/navigationStyle';
|
||||||
import loc from '../../loc';
|
import loc from '../../loc';
|
||||||
|
import { BlueStorageContext } from '../../blue_modules/storage-context';
|
||||||
|
|
||||||
export default class Marketplace extends Component {
|
export default class Marketplace extends Component {
|
||||||
webview = React.createRef();
|
webview = React.createRef();
|
||||||
|
@ -79,6 +80,8 @@ Marketplace.propTypes = {
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Marketplace.contextType = BlueStorageContext;
|
||||||
|
|
||||||
Marketplace.navigationOptions = navigationStyle({
|
Marketplace.navigationOptions = navigationStyle({
|
||||||
closeButton: true,
|
closeButton: true,
|
||||||
title: loc.wallets.list_marketplace,
|
title: loc.wallets.list_marketplace,
|
||||||
|
|
Loading…
Add table
Reference in a new issue