rm unused

master
alex 2024-02-25 15:28:07 +01:00
parent 284e76815c
commit da86209452
3 changed files with 0 additions and 5 deletions

View File

@ -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",

View File

@ -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",

View File

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