mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Clean up react memo
This commit is contained in:
@ -37,7 +37,7 @@ const HeaderSharedCreated = React.memo(
|
||||
</>
|
||||
)
|
||||
},
|
||||
() => true
|
||||
(prev, next) => prev.edited_at === next.edited_at
|
||||
)
|
||||
|
||||
export default HeaderSharedCreated
|
||||
|
Reference in New Issue
Block a user