Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 24, 2023
1 parent 6411265 commit 332d384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export default function HomePage() {

return (
<PageWrapper>
<Suspense fallback={null}>
<HomeHeader onClickLogo={scrollToTop} />
</Suspense>
{/*<Suspense fallback={null}>*/}
{/* <HomeHeader onClickLogo={scrollToTop} />*/}
{/*</Suspense>*/}
<main
ref={(el) =>
assignMultipleRefs(el, [
Expand Down

0 comments on commit 332d384

Please sign in to comment.