mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
chore: fix some comments (#6638)
This commit is contained in:
parent
720a47cbd0
commit
46555ca46f
@ -259,7 +259,7 @@ function Notifications(props) {
|
||||
};
|
||||
|
||||
Notifications.saveUri = async function (uri) {
|
||||
baseURI = uri || groundControlUri; // settign the url to use currently. if not set - use default
|
||||
baseURI = uri || groundControlUri; // setting the url to use currently. if not set - use default
|
||||
return AsyncStorage.setItem(GROUNDCONTROL_BASE_URI, uri);
|
||||
};
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @param navigateFunc {function} Function that does navigatino should be passed from outside
|
||||
* @param currentScreenName {string} Current screen name, so we know to what screen to get back to
|
||||
* @param chainType {string} One of `Chain.` constant to be used to filter wallet pannels to show
|
||||
* @param chainType {string} One of `Chain.` constant to be used to filter wallet panels to show
|
||||
* @param availableWallets {array} Wallets to be present in selector. If set, overrides `chainType`
|
||||
* @param noWalletExplanationText {string} Text that is displayed when there are no wallets to select from
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user