diff --git a/frontend/src/components/NewSubscription.js b/frontend/src/components/NewSubscription.js index 951f6b21..3994d8ff 100644 --- a/frontend/src/components/NewSubscription.js +++ b/frontend/src/components/NewSubscription.js @@ -95,11 +95,7 @@ const NewSubscription = ({ isFreeOption, onClose }) => { }); if (!type.subscription_plan_id) return ""; return ( - setRadioState(type.id)} - key={`subscription_type_${type.id}`} - {...radio} - > + {type.name} );