mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +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 navigationStyle from '../../components/navigationStyle';
|
||||
import loc from '../../loc';
|
||||
import { BlueStorageContext } from '../../blue_modules/storage-context';
|
||||
|
||||
export default class Marketplace extends Component {
|
||||
webview = React.createRef();
|
||||
|
@ -79,6 +80,8 @@ Marketplace.propTypes = {
|
|||
}),
|
||||
};
|
||||
|
||||
Marketplace.contextType = BlueStorageContext;
|
||||
|
||||
Marketplace.navigationOptions = navigationStyle({
|
||||
closeButton: true,
|
||||
title: loc.wallets.list_marketplace,
|
||||
|
|
Loading…
Add table
Reference in a new issue