Skip to content

Commit

Permalink
feat(mosip-30097): fix typo for retreiveIdHeader
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusingh committed Nov 16, 2023
1 parent dd0ead0 commit 24795ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Home/MyVcs/IdInputModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const IdInputModal: React.FC<IdInputModalProps> = props => {
return (
<Modal
onDismiss={dismissInput}
testID="retreiveIDHeader"
testID="retreiveIdHeader"
isVisible={props.isVisible}
onShow={setIndividualID}
headerTitle={t('header')}
Expand Down

0 comments on commit 24795ee

Please sign in to comment.