Skip to content

Commit 1d5a38d

Browse files
committed
fix: other user query
1 parent a488d26 commit 1d5a38d

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/app/question/[id]

1 file changed

+1
-1
lines changed

apps/frontend/src/app/question/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default function QuestionPage() {
155155
submittedAt: submittedAt.toLocaleString("en-US"),
156156
language: data.language,
157157
matchedUser:
158-
username == data.matchedUser ? data.User : data.matchedUser,
158+
username == data.matchedUser ? data.user : data.matchedUser,
159159
code: data.code,
160160
historyDocRefId: data.historyDocRefId,
161161
});

0 commit comments

Comments
 (0)