From 0a1e8461de7c409c18a855ea04274eca3155fe2f Mon Sep 17 00:00:00 2001 From: Mathias Mogensen Date: Fri, 12 Jul 2024 01:26:00 +0200 Subject: [PATCH] chore: remove resolved todo --- .../presentation/settings/pages/settings_plan_view.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart index ffbf5690cd..6033519d7b 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart @@ -74,7 +74,6 @@ class SettingsPlanView extends StatelessWidget { const VSpace(16), _CurrentPlanBox(subscriptionInfo: state.subscriptionInfo), const VSpace(16), - // TODO(Mathias): Localize and add business logic FlowyText( LocaleKeys.settings_planPage_planUsage_addons_title.tr(), fontSize: 18,