From 141aac061288a0618e660a68de85af2ab5ec3a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Fri, 18 Jun 2021 12:09:19 -0400 Subject: [PATCH] Update marketplace.js --- screen/wallets/marketplace.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/screen/wallets/marketplace.js b/screen/wallets/marketplace.js index aaa612b5c..a2f372298 100644 --- a/screen/wallets/marketplace.js +++ b/screen/wallets/marketplace.js @@ -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,