Skip to content

Commit eaa962c

Browse files
committed
hotfix: question card href hotfix
1 parent 9bad15b commit eaa962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/questions/layout/questions-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default async function QuestionsList({
7070
key={q.uid}
7171
questionData={q}
7272
showSubmissions={showSubmissions}
73-
identifier="uid"
73+
identifier={customQuestions ? 'uid' : 'slug'}
7474
/>
7575
))}
7676
<div className="mt-5 w-full flex justify-center gap-x-2">

0 commit comments

Comments
 (0)