From b52b8183ce299b5a2d3c3b2f4f8cb94bb443d746 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 2 Oct 2023 18:07:34 +0200 Subject: refactor(components): rewrite Notice component * Rename message prop to children prop and set ReactNode as type --- src/pages/recherche/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pages/recherche') diff --git a/src/pages/recherche/index.tsx b/src/pages/recherche/index.tsx index 5acf352..54244b1 100644 --- a/src/pages/recherche/index.tsx +++ b/src/pages/recherche/index.tsx @@ -222,12 +222,13 @@ const SearchPage: NextPageWithLayout = ({ + {intl.formatMessage({ defaultMessage: 'Failed to load.', description: 'SearchPage: failed to load text', id: 'fOe8rH', })} - /> + ) : null} -- cgit v1.2.3