pull/20/head
Andrey Dolgolev 2021-07-27 20:12:51 +03:00
rodzic a560cc82d7
commit 51801bd91a
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -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>
); );