Skip to content

Commit

Permalink
Fixed bug on blank transactions page for bch when switching from token
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Sep 8, 2022
1 parent 79c0df3 commit f530f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src-capacitor/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand All @@ -373,7 +373,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = 89X576BZBF;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
3 changes: 0 additions & 3 deletions src-capacitor/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
},
"ios": {
"scheme": "Paytaca"
},
"server": {
"url": "http://192.168.1.3:9000"
}
}
1 change: 1 addition & 0 deletions src/pages/transaction/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export default {
const vm = this
vm.selectedAsset = this.bchAsset
vm.getBalance(this.bchAsset.id)
vm.transactionsPage = 0
vm.getTransactions()
vm.assetClickCounter += 1
if (vm.assetClickCounter >= 2) {
Expand Down

0 comments on commit f530f18

Please sign in to comment.