Update apps/web/components/booking/pages/BookingPage.tsx

Co-authored-by: Omar López <zomars@me.com>
pull/6560/head
Hariom Balhara 2023-02-16 10:46:42 +05:30 committed by GitHub
parent 64aa375a53
commit 7316bd4775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const BookingFields = ({
let readOnly = let readOnly =
(field.editable === "system" || field.editable === "system-but-optional") && !!rescheduleUid; (field.editable === "system" || field.editable === "system-but-optional") && !!rescheduleUid;
let noLabel = false; let noLabel = false;
let hidden = false; let hidden = !!field.hidden;
if (field.name === SystemField.Enum.rescheduleReason) { if (field.name === SystemField.Enum.rescheduleReason) {
if (!rescheduleUid) { if (!rescheduleUid) {
return null; return null;