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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user