diff --git a/app/[leaflet_id]/page.tsx b/app/[leaflet_id]/page.tsx index ab5afdca..b3698aef 100644 --- a/app/[leaflet_id]/page.tsx +++ b/app/[leaflet_id]/page.tsx @@ -29,7 +29,7 @@ export default async function LeafletPage(props: Props) { let rootEntity = res.data?.root_entity; if (!rootEntity || !res.data || res.data.blocked_by_admin) return ( -