mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
fix: stateURL default value
This commit is contained in:
parent
ae91eebd81
commit
6dfeca8989
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ export default class Browser extends Component {
|
|||
fromWallet: context.wallets.find(w => w.getID() === props.route.params.walletID),
|
||||
canGoBack: false,
|
||||
pageIsLoading: false,
|
||||
stateURL: url || 'https://wwww.duckduckgo.com/',
|
||||
stateURL: url || 'https://www.duckduckgo.com/',
|
||||
};
|
||||
BackHandler.addEventListener('hardwareBackPress', this.handleBackButton.bind(this));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue