From d24e95237f52105d460d77c3ec06c2069d9f122c Mon Sep 17 00:00:00 2001 From: proffapt Date: Mon, 1 Jul 2024 00:40:28 +0530 Subject: [PATCH] feat: remove send test notification options --- web/src/components/Messaging.jsx | 12 ++++++------ web/src/components/SubscriptionPopup.jsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/components/Messaging.jsx b/web/src/components/Messaging.jsx index f3610fd03..f0c4e7960 100644 --- a/web/src/components/Messaging.jsx +++ b/web/src/components/Messaging.jsx @@ -99,10 +99,10 @@ const MessageBar = (props) => { backgroundColor: (theme) => (theme.palette.mode === "light" ? theme.palette.grey[100] : theme.palette.grey[900]), }} > - + {/* - - */} + {/* { } }} onPaste={handlePaste} - /> - + /> */} + {/* - + */} { {t("action_bar_reservation_delete")} )} - + {/* {t("action_bar_send_test_notification")} - + */}