Skip to content

Commit

Permalink
chore: remove secondary cta on integrity error
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Oct 17, 2024
1 parent 7fdb1dc commit 60fa919
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ export const ItwIssuanceEidFailureScreen = () => {
"features.itWallet.unsupportedDevice.error.primaryAction"
),
onPress: () => closeIssuance() // TODO: [SIW-1375] better retry and go back handling logic for the issuance process
},
secondaryAction: {
label: I18n.t(
"features.itWallet.unsupportedDevice.error.secondaryAction"
),
onPress: () => undefined
}
},
[IssuanceFailureType.NOT_MATCHING_IDENTITY]: {
Expand Down

0 comments on commit 60fa919

Please sign in to comment.