1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

shared org plans component

This commit is contained in:
Kyle Spearrin
2019-03-21 13:11:40 -04:00
parent 5dc00a8bc6
commit 0f3d71a504
8 changed files with 495 additions and 445 deletions

View File

@@ -102,7 +102,7 @@ export class PremiumComponent implements OnInit {
}
get additionalStorageTotal(): number {
return this.storageGbPrice * this.additionalStorage;
return this.storageGbPrice * Math.abs(this.additionalStorage || 0);
}
get total(): number {