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 4297c31 commit 3d66e85Copy full SHA for 3d66e85
apps/frontend/src/app/collaboration/[id]/page.tsx
@@ -152,7 +152,7 @@ export default function CollaborationPage(props: CollaborationProps) {
152
language: selectedLanguage,
153
user: currentUser ?? "",
154
matchedUser: matchedUser ?? "",
155
- matchId: collaborationId ?? "",
+ historyDocRefId: collaborationId ?? "",
156
matchedTopics: matchedTopics ?? [],
157
questionDocRefId: questionDocRefId ?? "",
158
questionDifficulty: complexity ?? "",
0 commit comments