We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136235e commit 28d813dCopy full SHA for 28d813d
apps/events/src/routes/index.tsx
@@ -70,7 +70,7 @@ function Index() {
70
{spaces.map((space) => {
71
return (
72
<li key={space.id}>
73
- <Link to={`/space/${space.id}`}>
+ <Link to="/space/$spaceId" params={{ spaceId: space.id }}>
74
<Card>
75
<CardHeader>
76
<CardTitle>{space.id}</CardTitle>
0 commit comments