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 a488d26 commit 1d5a38dCopy full SHA for 1d5a38d
apps/frontend/src/app/question/[id]/page.tsx
@@ -155,7 +155,7 @@ export default function QuestionPage() {
155
submittedAt: submittedAt.toLocaleString("en-US"),
156
language: data.language,
157
matchedUser:
158
- username == data.matchedUser ? data.User : data.matchedUser,
+ username == data.matchedUser ? data.user : data.matchedUser,
159
code: data.code,
160
historyDocRefId: data.historyDocRefId,
161
});
0 commit comments