mirror of https://gitee.com/answerdev/answer.git
fix: timeline for question show answered as link
This commit is contained in:
parent
fdc08606c4
commit
db592bfc01
|
@ -75,7 +75,7 @@ const Index: FC<Props> = ({ data, isAdmin, objectInfo, revisionList }) => {
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{data.object_type === 'question' &&
|
{objectInfo.object_type === 'question' &&
|
||||||
data.activity_type === 'answered' && (
|
data.activity_type === 'answered' && (
|
||||||
<Link
|
<Link
|
||||||
to={`/questions/${objectInfo.question_id}/${data.object_id}`}>
|
to={`/questions/${objectInfo.question_id}/${data.object_id}`}>
|
||||||
|
|
Loading…
Reference in New Issue