From 57f14e5dbf90434c0d3ac06c7d016153db89809d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 1 Sep 2024 18:37:44 +0400 Subject: [PATCH] Fix LogoutCountdown in HandleCreate --- .../konstitisyon/create/handle-create.js | 107 ++++++++++-------- 1 file changed, 57 insertions(+), 50 deletions(-) diff --git a/components/konstitisyon/create/handle-create.js b/components/konstitisyon/create/handle-create.js index 20b6d71..fd68999 100644 --- a/components/konstitisyon/create/handle-create.js +++ b/components/konstitisyon/create/handle-create.js @@ -82,68 +82,75 @@ export default function HandleCreate({ if (collection === 'titres') { return ( - + <> + + + ) } if (collection === 'commentaires') { return ( - + <> + + + ) } if (collection === 'articles') { return ( - + <> + + + ) } - - return } HandleCreate.propTypes = {