Fix white space at Route path search
Signed-off-by: SrikarAnanthula <783594+ananthulasrikar@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ const routes = (
|
||||
element={<TechRadarPage width={1500} height={800} />}
|
||||
/>
|
||||
<Route path="/catalog-import" element={<CatalogImportPage />} />
|
||||
<Route path="/search" element={<SearchPage />}>
|
||||
<Route path="/search" element={<SearchPage />}>
|
||||
{searchPage}
|
||||
</Route>
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user