rm unused
parent
284e76815c
commit
da86209452
|
@ -191,7 +191,6 @@
|
|||
"products": [
|
||||
{
|
||||
"name": "Basic",
|
||||
"price": "9,99 € / Monat",
|
||||
"featuresCount": 9,
|
||||
"features": [
|
||||
"Online Terminbucher",
|
||||
|
@ -207,7 +206,6 @@
|
|||
},
|
||||
{
|
||||
"name": "Premium",
|
||||
"price": "24,99 € / Monat",
|
||||
"featuresCount": 13,
|
||||
"features": [
|
||||
"Online Terminbucher",
|
||||
|
|
|
@ -191,7 +191,6 @@
|
|||
"products": [
|
||||
{
|
||||
"name": "Basic",
|
||||
"price": "9,99 € / month",
|
||||
"featuresCount": 9,
|
||||
"features": [
|
||||
"Online appointment booker",
|
||||
|
@ -207,7 +206,6 @@
|
|||
},
|
||||
{
|
||||
"name": "Premium",
|
||||
"price": "24,99 € / month",
|
||||
"featuresCount": 13,
|
||||
"features": [
|
||||
"Online appointment booker",
|
||||
|
|
|
@ -175,7 +175,6 @@ export function ChoosenProduct({ t, paymentPlan, extra }) {
|
|||
|
||||
function CostSummary({ notificationApi, paymentPlan, form }) {
|
||||
const { t, i18n } = useTranslation();
|
||||
const appContext = useAppContext();
|
||||
|
||||
const [isRequesting, setIsRequesting] = useState(RequestState.INIT);
|
||||
const recaptchaRef = useRef(null);
|
||||
|
|
Loading…
Reference in New Issue