diff --git a/src/components/404LinkCorrection/index.tsx b/src/components/404LinkCorrection/index.tsx index a8d4070..a93c146 100644 --- a/src/components/404LinkCorrection/index.tsx +++ b/src/components/404LinkCorrection/index.tsx @@ -95,13 +95,13 @@ export const PossibleCorrections: FC = ({ }) // helpful message if no matches found - const found = displayArray.length === 0 ? Oops, nothing similar found. : "" + const found = displayArray.length === 0 && "Oops, nothing similar found." return ( -

Based off of "{search}" you may have meant:

- {found} +

Based off of "{search}" you may have meant:

+ {found}