From fa775d4f24eb1e091eb2092535ea700929189d04 Mon Sep 17 00:00:00 2001 From: amd123 Date: Wed, 27 Mar 2024 19:46:08 +0700 Subject: [PATCH] npm run build --- app/portal-ppid/page.tsx | 5 +---- components/Portal PPID/ppid-navbar.tsx | 2 +- components/navbar.tsx | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/portal-ppid/page.tsx b/app/portal-ppid/page.tsx index ed23f90..bc6a029 100644 --- a/app/portal-ppid/page.tsx +++ b/app/portal-ppid/page.tsx @@ -7,11 +7,8 @@ import { usePathname } from 'next/navigation'; import React from 'react'; -interface PPIDBannerProps { - url: string; -} -export default function PortalPPID({ url }: PPIDBannerProps) { +export default function PortalPPID(url: any) { const pathname = usePathname(); console.log(pathname) diff --git a/components/Portal PPID/ppid-navbar.tsx b/components/Portal PPID/ppid-navbar.tsx index 23dba86..9a243f2 100644 --- a/components/Portal PPID/ppid-navbar.tsx +++ b/components/Portal PPID/ppid-navbar.tsx @@ -1035,7 +1035,7 @@ export const PPIDNavbar = () => { {/* {searchInput} */}
- {siteConfig.navMenuItems.map((item, index) => ( + {siteConfig.humasMenuItems.map((item: any, index: any) => ( { {item.label}