Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed Nov 7, 2024
1 parent ff17b0e commit cc4c172
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ function BaseValidateCodeForm({
pendingAction={validatePendingAction}
errors={validateError}
errorRowStyles={[styles.mt2]}
shouldDisplayErrorAbove
onClose={() => clearError()}
style={buttonStyles}
>
Expand Down
1 change: 0 additions & 1 deletion src/components/ValidateCodeActionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function ValidateCodeActionModal({
buttonStyles={[themeStyles.justifyContentEnd, themeStyles.flex1, safePaddingBottomStyle]}
ref={validateCodeFormRef}
hasMagicCodeBeenSent={hasMagicCodeBeenSent}
buttonStyles={themeStyles.mtAuto}
/>
</View>
{footer?.()}
Expand Down

0 comments on commit cc4c172

Please sign in to comment.