Skip to content

Commit 44ba7fe

Browse files
author
kei5uke
committed
fix: subscription
1 parent 45215ca commit 44ba7fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/theme/components/price-estimator/stores/priceEstimatorStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const priceEstimatorStore = reactive({
6969
machine_type: comp.machine_type,
7070
core_count: comp.core_count,
7171
ram: comp.ram,
72-
subscription: comp.machine_type,
72+
subscription: comp.subscription,
7373
gpu: comp.gpu,
7474
})
7575
}

0 commit comments

Comments
 (0)