Skip to content

Commit

Permalink
feat: Passed true value to showRadio
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Nov 11, 2024
1 parent 5d1ca29 commit 95b16a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/components/AddCard/CurrentCardSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function CurrentCardSection({ activeCard, hasPaymentMethods, onAddNewClic
}}
selected={true}
onChange={() => {}}
showRadio={false}
/>
)}
</>
Expand Down

0 comments on commit 95b16a9

Please sign in to comment.