From 4dc15f56337c988be94b17725b35ac3553b7c7de Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Tue, 22 Aug 2023 16:13:04 +0800 Subject: [PATCH] Fix `Show JSON` button functionality regression introduced with 0e9f822536af6cb5d32e5e8ed6db7e04a400577e Signed-off-by: Egor Savkin --- static/js/shop.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 6d73a8c..1ae5c1b 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -1263,12 +1263,13 @@ class OrderForm extends React.PureComponent { placeholder="Additional notes" />
- + value="Show JSON" + onClick={onClickShow} /> - +
{/*This will open an email window. Send the email to make your request.*/}