Skip to content

Commit

Permalink
refactor: removed unused variable (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 authored Sep 24, 2024
1 parent 6a5065f commit c9c3bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/DynamicFields.res
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ let make = (
cardError,
_,
maxCardLength,
cardScheme,
_,
) = switch cardProps {
| Some(cardProps) => cardProps
| None => defaultCardProps
Expand Down

0 comments on commit c9c3bdb

Please sign in to comment.