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 = {