From 6cd2a0c43871646cf216595495a99dd61c613615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 22 Jun 2024 07:58:04 +0400 Subject: [PATCH] Typo: WriteComment to CreateComment --- .../comments/{write-comment.js => create-comment.js} | 2 +- components/konstitisyon/comments/handle-comments.js | 8 ++++---- components/konstitisyon/index.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename components/konstitisyon/comments/{write-comment.js => create-comment.js} (82%) diff --git a/components/konstitisyon/comments/write-comment.js b/components/konstitisyon/comments/create-comment.js similarity index 82% rename from components/konstitisyon/comments/write-comment.js rename to components/konstitisyon/comments/create-comment.js index c124e67..69f9f40 100644 --- a/components/konstitisyon/comments/write-comment.js +++ b/components/konstitisyon/comments/create-comment.js @@ -2,7 +2,7 @@ import CreateForm from '../forms/create-form.js' -export default function WriteComment(props) { +export default function CreateComment(props) { return ( - handleCommentsDialog(titreId, titre, 'write')}> + handleCommentsDialog(titreId, titre, 'create')}>