Skip to content

Commit 1eaea8f

Browse files
committed
Fix an issue on counter
1 parent 440082f commit 1eaea8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/all-assets/all-assets.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ export class AllAssetsPage {
4545
}
4646

4747
private refreshData(): void {
48+
this.purchasePrice = 0;
49+
this.currentPrice = 0;
50+
4851
let loadingOverlay = this.loadingCtrl.create({ content: 'Please wait...' });
4952
loadingOverlay.present();
5053

0 commit comments

Comments
 (0)