Skip to content

Commit

Permalink
refactor(AccountForm): Remove adaptive router
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 28, 2024
1 parent 4756189 commit fb6e817
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import withConnectionFlow from '../../models/withConnectionFlow'
import { ConnectCard } from '../cards/ConnectCard'
import withKonnectorLocales from '../hoc/withKonnectorLocales'
import withLocales from '../hoc/withLocales'
import withAdaptiveRouter from '../hoc/withRouter'
import TriggerErrorInfo from '../infos/TriggerErrorInfo'

const VALIDATION_ERROR_REQUIRED_FIELD = 'VALIDATION_ERROR_REQUIRED_FIELD'
Expand Down Expand Up @@ -439,7 +438,6 @@ AccountForm.defaultProps = {
}

export default compose(
withAdaptiveRouter,
withConnectionFlow(),
withLocales,
withKonnectorLocales
Expand Down

0 comments on commit fb6e817

Please sign in to comment.