diff --git a/src/routes/planes/$planId/_detalle/datos.tsx b/src/routes/planes/$planId/_detalle/datos.tsx index 25b525a..d10d268 100644 --- a/src/routes/planes/$planId/_detalle/datos.tsx +++ b/src/routes/planes/$planId/_detalle/datos.tsx @@ -18,6 +18,12 @@ export const Route = createFileRoute('/planes/$planId/_detalle/datos')({ }) function DatosGeneralesPage() { + const {data, isFetching} = usePlan('0e0aea4d-b8b4-4e75-8279-6224c3ac769f'); + if(!isFetching && !data) { + return