Skip to content

Commit 8b0b086

Browse files
marie-jjleveugle
authored andcommitted
fix(pci.blocks.snapshot): display estimated price
1 parent 237843f commit 8b0b086

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/manager/modules/pci/src/projects/project/storages/blocks/block/snapshot/snapshot.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default class PciBlockStorageDetailchsSnapshotController {
1414

1515
$onInit() {
1616
this.snapshot = {};
17-
this.priceEstimation = null;
1817
this.isLoading = false;
1918

2019
this.snapshot.name = `${this.storage.name} ${this.$filter('date')(new Date(), 'short')}`;

0 commit comments

Comments
 (0)