Skip to content

Commit

Permalink
Import isString and remove mergeMap import
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 22, 2024
1 parent 374cce9 commit fb042a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/branded/step-1/branded-checkout-step-1.component.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import angular from 'angular'
import every from 'lodash/every'
import isString from 'lodash/isString'

import productConfigForm from 'app/productConfig/productConfigForm/productConfigForm.component'
import contactInfo from 'common/components/contactInfo/contactInfo.component'
Expand All @@ -13,7 +14,7 @@ import { FEE_DERIVATIVE } from 'common/components/paymentMethods/coverFees/cover

import template from './branded-checkout-step-1.tpl.html'
import { Observable } from 'rxjs'
import { tap, catchError, mergeMap } from 'rxjs/operators'
import { tap, catchError } from 'rxjs/operators'

const componentName = 'brandedCheckoutStep1'

Expand Down

0 comments on commit fb042a2

Please sign in to comment.