File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
apps/events/src/routes/space/$spaceId Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ function Space() {
4343 < HypergraphSpaceProvider space = { spaceId } mapping = { mapping } >
4444 < Users />
4545 < Todos />
46- < TodosReadOnly />
4746 < TodosReadOnlyFilter />
47+ < TodosReadOnly />
4848 { show2ndTodos && < Todos /> }
4949 < h3 className = "text-xl font-bold" > Invite people</ h3 >
5050 < div className = "flex flex-row gap-2" >
Original file line number Diff line number Diff line change 1- import { CreatePropertiesAndTypes } from '@/components/create-properties-and-types' ;
21import { TodosPublicGeo } from '@/components/todo/todos-public-geo' ;
32import { mapping } from '@/schema' ;
43import { store } from '@graphprotocol/hypergraph' ;
@@ -34,7 +33,6 @@ function PlaygroundRouteComponent() {
3433 return (
3534 < div className = "flex flex-col gap-4 max-w-screen-sm mx-auto py-8" >
3635 < HypergraphSpaceProvider space = { spaceId } mapping = { mapping } >
37- < CreatePropertiesAndTypes />
3836 < TodosPublicGeo />
3937 </ HypergraphSpaceProvider >
4038 </ div >
You can’t perform that action at this time.
0 commit comments