mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-12 02:57:04 +08:00
[questions][fix] encounter last seen sorting (#530)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
This commit is contained in:
@@ -223,7 +223,7 @@ export default function ContributeQuestionForm({
|
||||
createEncounterButtonText="Yes, this is my question"
|
||||
questionId={question.id}
|
||||
roles={roleCounts}
|
||||
timestamp={question.seenAt}
|
||||
timestamp={question.lastSeenAt}
|
||||
type={question.type}
|
||||
onReceivedSubmit={async (data) => {
|
||||
await addEncounterAsync({
|
||||
|
||||
Reference in New Issue
Block a user