File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/work/work-lib/work-provider/work-functions/work-factory Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import moment from 'moment'
2- import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
32
3+ import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
44import { WorkConfigConstants , WorkStrings } from '../../../work-constants'
55import {
66 ActivateWorkRequest ,
Original file line number Diff line number Diff line change 1- import { currencyFormat } from " ../../../src/utils"
2- import { FormCard } from " ../../lib"
3- import BugHuntPricingConfig from " ../../tools/work/work-self-service/intake-forms/bug-hunt/bug-hunt.form.pricing-config"
1+ import { currencyFormat } from ' ../../../src/utils'
2+ import { FormCard } from ' ../../lib'
3+ import BugHuntPricingConfig from ' ../../tools/work/work-self-service/intake-forms/bug-hunt/bug-hunt.form.pricing-config'
44
55function getSelectedPackageFormatted ( packageId : string ) : string {
66 const currentPackage : FormCard | undefined = BugHuntPricingConfig . find ( ( pricingConfig ) => pricingConfig . id === packageId )
You can’t perform that action at this time.
0 commit comments