1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Basic editing works

This commit is contained in:
Zhiyuan Zheng
2022-04-30 17:44:39 +02:00
parent 95ec76f411
commit d4f91a5756
17 changed files with 220 additions and 71 deletions

View File

@ -72,7 +72,7 @@ const TimelineContent = React.memo(
</>
)
},
() => true
(prev, next) => prev.status.content === next.status.content
)
export default TimelineContent