From b74698f64ff60522d4f01ccaca49d62ec21e8355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Mon, 25 Nov 2024 09:27:36 +0100 Subject: [PATCH] feat: Remove the QR code for session rating --- src/components/shared/modal/modal.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/shared/modal/modal.jsx b/src/components/shared/modal/modal.jsx index 2fedd47..321b8f1 100644 --- a/src/components/shared/modal/modal.jsx +++ b/src/components/shared/modal/modal.jsx @@ -158,7 +158,8 @@ const Modal = ({ isVisible, modalData, onModalHide, isPresentationShow }) => { )} - {!title.includes('Keynote') && + {/* + !title.includes('Keynote') && !title.includes('Welcome') && !title.includes('Surprises') && !title.includes('Closing') && ( @@ -169,7 +170,8 @@ const Modal = ({ isVisible, modalData, onModalHide, isPresentationShow }) => { style={{ width: '150px' }} /> - )} + ) + */}