From 4a9dd7e07b7f60633ff006d81edf10fc6cb14220 Mon Sep 17 00:00:00 2001 From: DatDang Date: Tue, 10 Dec 2024 14:47:56 +0700 Subject: [PATCH] fixup! TF-3316 Fix inconsistent vacation message --- .../presentation/extensions/vacation_response_extension.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/features/manage_account/presentation/extensions/vacation_response_extension.dart b/lib/features/manage_account/presentation/extensions/vacation_response_extension.dart index ed4b2b5b34..7a1e0c2d04 100644 --- a/lib/features/manage_account/presentation/extensions/vacation_response_extension.dart +++ b/lib/features/manage_account/presentation/extensions/vacation_response_extension.dart @@ -84,7 +84,6 @@ extension VacationResponseExtension on VacationResponse { fromDate: fromDate ?? this.fromDate, toDate: toDate ?? this.toDate, subject: subject ?? this.subject, - textBody: null, htmlBody: htmlBody ?? this.htmlBody ); }