Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit a510e0f

Browse files
author
plondon
committed
fix(Pre Idv): action naming
1 parent bb41027 commit a510e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/blockchain-wallet-v4-frontend/src/data/components/identityVerification

packages/blockchain-wallet-v4-frontend/src/data/components/identityVerification/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const setPreIdvDataSuccess = preIdvData => ({
117117
payload: { preIdvData }
118118
})
119119
export const setPreIdvDataFailure = e => ({
120-
type: AT.SET_PRE_IDV_DATA_SUCCESS,
120+
type: AT.SET_PRE_IDV_DATA_FAILURE,
121121
payload: { e }
122122
})
123123
export const preIdvCheckFinished = () => ({

0 commit comments

Comments
 (0)