From d7f5ee6039fd4219e680a81d9406df933a3454f7 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Fri, 21 Mar 2025 12:17:29 +0530 Subject: [PATCH] All green --- mobile/lib/ui/notification/update/change_log_page.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/lib/ui/notification/update/change_log_page.dart b/mobile/lib/ui/notification/update/change_log_page.dart index f81592ea16..2d115b3d88 100644 --- a/mobile/lib/ui/notification/update/change_log_page.dart +++ b/mobile/lib/ui/notification/update/change_log_page.dart @@ -114,12 +114,10 @@ class _ChangeLogPageState extends State { context.l10n.cLWidgetsDesc, ), ChangeLogEntry( - isFeature: false, context.l10n.cLFamilyPlan, context.l10n.cLFamilyPlanDesc, ), ChangeLogEntry( - isFeature: false, context.l10n.cLBulkEdit, context.l10n.cLBulkEditDesc, ),