1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Don't reset to 0 upon error

This commit is contained in:
Jonas Hendrickx
2024-11-20 14:09:04 +01:00
parent fe2564acd3
commit 2af08b81e2

View File

@@ -209,7 +209,6 @@ export class PremiumV2Component {
variant: "error",
message: this.i18nService.t(error.message),
});
this.estimatedTax = 0;
});
}