Skip to content

Commit

Permalink
Remove overlapping text
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Sep 17, 2024
1 parent 1731d15 commit 3990e68
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions clients/banking/src/components/CheckDeclarationWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,7 @@ export const CheckDeclarationWizard = ({ merchantProfileId, params }: Props) =>
icon="question-circle-regular"
onPress={setHelpModal.open}
ariaLabel={t("common.help.whatIsThis")}
>
{t("common.help.whatIsThis")}
</LakeButton>
/>
}
render={id => (
<Field name="cmc7">
Expand Down Expand Up @@ -466,9 +464,7 @@ export const CheckDeclarationWizard = ({ merchantProfileId, params }: Props) =>
icon="question-circle-regular"
ariaLabel={t("common.help.whatIsThis")}
onPress={setHelpModal.open}
>
{t("common.help.whatIsThis")}
</LakeButton>
/>
}
render={id => (
<Field name="rlmcKey">
Expand Down

0 comments on commit 3990e68

Please sign in to comment.