diff --git a/lib/pages/search_products_page.dart b/lib/pages/search_products_page.dart index 74e4ff37..f74d38d6 100644 --- a/lib/pages/search_products_page.dart +++ b/lib/pages/search_products_page.dart @@ -75,7 +75,7 @@ class _SearchProductsPageState extends State { if (value.isEmpty) { TranslationBase.of(context) .pleaseEnterProductName; - } else if (isRTL(value))) { + } else if (isRTL(value)) { AppToast.showErrorToast( message: TranslationBase.of(context) .noArabicLetters);