diff --git a/src/app/[identifier]/page.tsx b/src/app/[identifier]/page.tsx index c2b7c44..2692ab9 100644 --- a/src/app/[identifier]/page.tsx +++ b/src/app/[identifier]/page.tsx @@ -263,9 +263,10 @@ export default function Page({ params }: ResponseProps) { )}
- {hash ? ( + {hash && + (!isValidWarpcastUrl(hash) || hash.split('/').length >= 5) ? (