diff --git a/lib/presentation/smartwatches/smartwatch_instructions_page.dart b/lib/presentation/smartwatches/smartwatch_instructions_page.dart index 8636e94e..c575ac89 100644 --- a/lib/presentation/smartwatches/smartwatch_instructions_page.dart +++ b/lib/presentation/smartwatches/smartwatch_instructions_page.dart @@ -60,7 +60,8 @@ class SmartwatchInstructionsPage extends StatelessWidget { children: [ watchContentDetails( title: smartwatchDetails.detailsTitle, - description: smartwatchDetails.details, + // description: smartwatchDetails.details, + description: "", icon: smartwatchDetails.smallIcon, descriptionTextColor: AppColors.primaryRedColor, ),