From 3cb5f04ba673ada748d3864ffb5bc8359b63d51a Mon Sep 17 00:00:00 2001 From: Pavel_Sorokin Date: Sat, 6 May 2023 15:37:50 +0400 Subject: [PATCH] =?UTF-8?q?Lab=206=20=D0=BE=D0=B4=D0=B8=D0=BD=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=B1=D0=B0=D0=B3=D0=BE=D0=B2=20(=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D1=82=D1=8C)=20(=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D0=BE=D0=B9=D0=B4=D1=83=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B5=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/src/components/catalogs/Post.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontEnd/src/components/catalogs/Post.jsx b/FrontEnd/src/components/catalogs/Post.jsx index 080f84f..f316c3e 100644 --- a/FrontEnd/src/components/catalogs/Post.jsx +++ b/FrontEnd/src/components/catalogs/Post.jsx @@ -142,6 +142,7 @@ export default function Post(props) { commentInput.value = ""; }); } + //Комменты удаляются в любом случае (не важно какой пользователь его написал (надо фиксить)) return(