From 9a64c013eacd5d6e56bcc8619cc21d71503e0f02 Mon Sep 17 00:00:00 2001 From: Pasq G Date: Wed, 25 Dec 2024 16:15:28 +0100 Subject: [PATCH] =?UTF-8?q?Avan=C3=A7os=20en=20Pobles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imports/ui/Pobles.jsx | 120 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 97 insertions(+), 23 deletions(-) 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 &&