diff --git a/src/components/organisms/BrowserContent.tsx b/src/components/organisms/BrowserContent.tsx index 18fbce19..f1d59d8a 100644 --- a/src/components/organisms/BrowserContent.tsx +++ b/src/components/organisms/BrowserContent.tsx @@ -115,7 +115,7 @@ export const BrowserContent = () => { }, []) return ( - <> +
{ handleUrlChanged={handleUrlChanged} /> - +
); }