chore: fix some comments (#6638)

This commit is contained in:
stellrust 2024-06-02 04:21:27 +08:00 committed by GitHub
parent 720a47cbd0
commit 46555ca46f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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);
};

View File

@ -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
*