From b91cc475fee0f011a4f84922deccaf19aee642e5 Mon Sep 17 00:00:00 2001 From: Nastya Date: Fri, 29 Dec 2023 16:35:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=B8=D0=BD=D0=BF=D1=83=D1=82=D1=8B=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=20=D0=B2=20=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=B9=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ViewPublicationPage/ContactForm.tsx | 9 ++++++++- src/pages/ViewPublicationPage/index.tsx | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/ViewPublicationPage/ContactForm.tsx b/src/pages/ViewPublicationPage/ContactForm.tsx index 055158d..bdd7f89 100644 --- a/src/pages/ViewPublicationPage/ContactForm.tsx +++ b/src/pages/ViewPublicationPage/ContactForm.tsx @@ -161,7 +161,14 @@ export const ContactForm = ({ my: "20px" }} > - + + diff --git a/src/pages/ViewPublicationPage/index.tsx b/src/pages/ViewPublicationPage/index.tsx index db072d1..8c44fa4 100644 --- a/src/pages/ViewPublicationPage/index.tsx +++ b/src/pages/ViewPublicationPage/index.tsx @@ -18,7 +18,7 @@ const QID = process.env.NODE_ENV === "production" ? window.location.pathname.replace(/\//g, '') : - "6e96e958-d30e-49f6-aa85-32aaef975733" + "6955f170-f0f8-4b04-9be1-b8e3906fca5c" export const ViewPage = () => {