Fora Suspense de Pobles

This commit is contained in:
Pasq G 2025-01-03 10:29:28 +01:00
parent 5f83dc17fd
commit 765e01ad7d
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ random@1.2.2
rate-limit@1.1.2 rate-limit@1.1.2
react-fast-refresh@0.2.9 react-fast-refresh@0.2.9
react-meteor-accounts@1.0.3 react-meteor-accounts@1.0.3
react-meteor-data@3.0.2 react-meteor-data@3.0.3
reactive-var@1.0.13 reactive-var@1.0.13
reload@1.3.2 reload@1.3.2
retry@1.1.1 retry@1.1.1

View File

@ -236,7 +236,7 @@ export const Pobles = () => {
// }; // };
return <Suspense fallback={<>Carregant...</>} > return <>
<h1>Pobles</h1> <h1>Pobles</h1>
@ -261,5 +261,5 @@ export const Pobles = () => {
setCreantPoble(!creantPoble); setCreantPoble(!creantPoble);
}} }}
>+</button>} >+</button>}
</Suspense>; </>;
}; };