kopia lustrzana https://github.com/bugout-dev/moonstream
Remove onclick
rodzic
a560cc82d7
commit
51801bd91a
|
@ -95,11 +95,7 @@ const NewSubscription = ({ isFreeOption, onClose }) => {
|
||||||
});
|
});
|
||||||
if (!type.subscription_plan_id) return "";
|
if (!type.subscription_plan_id) return "";
|
||||||
return (
|
return (
|
||||||
<RadioCard
|
<RadioCard key={`subscription_type_${type.id}`} {...radio}>
|
||||||
onClick={() => setRadioState(type.id)}
|
|
||||||
key={`subscription_type_${type.id}`}
|
|
||||||
{...radio}
|
|
||||||
>
|
|
||||||
{type.name}
|
{type.name}
|
||||||
</RadioCard>
|
</RadioCard>
|
||||||
);
|
);
|
||||||
|
|
Ładowanie…
Reference in New Issue