This commit is contained in:
parent
405c4d51f0
commit
eb26dc3213
1 changed files with 1 additions and 3 deletions
|
|
@ -234,6 +234,4 @@ const Answer: FC<AnswerProps> = ({
|
|||
)
|
||||
}
|
||||
|
||||
export default memo(Answer, (prevProps, nextProps) =>
|
||||
prevProps.responding === false && nextProps.responding === false,
|
||||
)
|
||||
export default memo(Answer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue