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 1
1
import moment from 'moment'
2
- import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
3
2
3
+ import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
4
4
import { WorkConfigConstants , WorkStrings } from '../../../work-constants'
5
5
import {
6
6
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'
4
4
5
5
function getSelectedPackageFormatted ( packageId : string ) : string {
6
6
const currentPackage : FormCard | undefined = BugHuntPricingConfig . find ( ( pricingConfig ) => pricingConfig . id === packageId )
You can’t perform that action at this time.
0 commit comments