Browse Source

fix docker-compose

main
matthew 2 years ago
parent
commit
2965cf9cde
  1. 2
      searching-front/pages/s.tsx

2
searching-front/pages/s.tsx

@ -37,7 +37,7 @@ const SearchPage: BlitzPage = (props) => {
>
<ServerSidePropsContext.Provider value={props}>
<Layout title="Searching">
<Suspense fallback="Loading...">
<Suspense fallback="Loading....">
<Search />
</Suspense>
</Layout>

Loading…
Cancel
Save