File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export function getDataExplorationPriceAndTimelineEstimate() {
117117 } ;
118118}
119119
120- export function getWebsiteDesignPriceAndTimelineEstimate ( ) {
120+ export function getWebsiteDesignPriceAndTimelineEstimate ( ) {
121121 const total = workPriceDesign . getPrice ( workPriceDesign ) ;
122122 return {
123123 total,
@@ -187,8 +187,8 @@ export function getFindMeDataPriceAndTimelineEstimate() {
187187}
188188
189189export function getDynamicPriceAndTimelineEstimate ( formData ) {
190- const numOfPages = formData ?. pageDetails ?. pages ?. length || 1
191- const numOfDevices = formData ?. basicInfo ?. selectedDevice . option . length || 1
190+ const numOfPages = formData ?. form ?. pageDetails ?. pages ?. length || 1
191+ const numOfDevices = formData ?. form ?. basicInfo ?. selectedDevice . option . length || 1
192192 return getDynamicPriceAndTimeline ( numOfPages , numOfDevices ) ;
193193}
194194
You can’t perform that action at this time.
0 commit comments