Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Disabled search term being shown temporarily (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
tukantje authored Mar 3, 2023
1 parent 4f1266e commit 5df292f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/orders/OrderNotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ export const OrderAddressNotFound: React.FC = (): JSX.Element => {
<Content>
{searchString ? (
<>
<p>Sorry, no matches found for:</p>
<p>
<p>Sorry, no matches found.</p>
{/* Disabled temporarily, until we can implement a way to validate search strings. */}
{/*<p>
<strong>&quot;{searchString}&quot;</strong>
</p>
</p>*/}
</>
) : (
<p>The search cannot be empty</p>
Expand Down

0 comments on commit 5df292f

Please sign in to comment.