Skip to content

Commit

Permalink
remove dupe props
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Nov 14, 2024
1 parent 58c2b39 commit 0855d78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ValidateCodeActionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function ValidateCodeActionModal({
buttonStyles={[themeStyles.justifyContentEnd, themeStyles.flex1, safePaddingBottomStyle]}
ref={validateCodeFormRef}
hasMagicCodeBeenSent={hasMagicCodeBeenSent}
isLoading={isLoading}
/>
</View>
{footer?.()}
Expand Down

0 comments on commit 0855d78

Please sign in to comment.