diff --git a/src/components/Global/Banner/index.tsx b/src/components/Global/Banner/index.tsx index 1e38057dc..29247c276 100644 --- a/src/components/Global/Banner/index.tsx +++ b/src/components/Global/Banner/index.tsx @@ -1,6 +1,9 @@ import { GenericBanner } from './GenericBanner' +import { usePathname } from 'next/navigation' export function Banner() { + const pathname = usePathname() + if (pathname === '/cashout') return null return (