diff --git a/src/components/orders/OrderNotFound/index.tsx b/src/components/orders/OrderNotFound/index.tsx index f0b4968d9..f7da6a8e0 100644 --- a/src/components/orders/OrderNotFound/index.tsx +++ b/src/components/orders/OrderNotFound/index.tsx @@ -108,10 +108,11 @@ export const OrderAddressNotFound: React.FC = (): JSX.Element => { {searchString ? ( <> -

Sorry, no matches found for:

-

+

Sorry, no matches found.

+ {/* Disabled temporarily, until we can implement a way to validate search strings. */} + {/*

"{searchString}" -

+

*/} ) : (

The search cannot be empty