Преглед на файлове

fix: 移除客服链接

Before преди 7 месеца
родител
ревизия
5aec59b3e1
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/ActionWidget.tsx

+ 2 - 2
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/ActionWidget.tsx

@@ -1,5 +1,4 @@
 "use server";
-import { getServicesApi } from "@/api/customservice";
 import { Link } from "@/i18n/routing";
 import { getTranslations } from "next-intl/server";
 import { FC } from "react";
@@ -19,7 +18,8 @@ const terms = [
     { label: "esportes", url: "/terms" }, // todo
 ];
 const ActionWidget: FC = async () => {
-    const services = await getServicesApi();
+    // const services = await getServicesApi();
+    const services: any = [];
     // const socials = await getSocialsApi();
     const socials: any[] = [];
     const t = await getTranslations("HomePage");