diff --git a/imports/ui/Pobles.jsx b/imports/ui/Pobles.jsx
index 8b7498b..00b0e2f 100644
--- a/imports/ui/Pobles.jsx
+++ b/imports/ui/Pobles.jsx
@@ -113,30 +113,104 @@ export const Pobles = () => {
}}>{
pobles
.sort((a,b) => a.nomPoble?.toLowerCase() > b.nomPoble?.toLowerCase())
- .map(pob =>
-
- {pob.nomPoble}{esEditor && }
-
- )
-
+ .map(pob =>
+
+ {
+
+ 1
+ 2
+ 3
+
+ }
+
+ {
+
+ 0
+ {/* 2
+ 3 */}
+
+ }
+
+
+ {pob.nomPoble} {esEditor && }
+
+
+ )
}
+
{esEditor &&