Browse Source

fix docker-compose

main
matthew 2 years ago
parent
commit
c84cc20b80
  1. 2
      searching-front/pages/state.tsx

2
searching-front/pages/state.tsx

@ -35,7 +35,7 @@ const StatePage: BlitzPage<StatePageProps> = (props) => {
> >
<ServerSidePropsContext.Provider value={props}> <ServerSidePropsContext.Provider value={props}>
<Layout title="State of TON Sites" withoutPaddings> <Layout title="State of TON Sites" withoutPaddings>
<Suspense fallback="Loading..."> <Suspense fallback="Loading....">
<State {...props} /> <State {...props} />
</Suspense> </Suspense>
</Layout> </Layout>

Loading…
Cancel
Save