From 51801bd91a0a4ab980ecff7e671ea9954774d790 Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Tue, 27 Jul 2021 20:12:51 +0300 Subject: [PATCH] Remove onclick --- frontend/src/components/NewSubscription.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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} );