1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2023-02-25 00:34:37 +01:00
parent ca2e1e07ec
commit 1bff79ed4a
7 changed files with 88 additions and 163 deletions

View File

@ -209,4 +209,4 @@ const TimelineNotifications: React.FC<Props> = ({ notification, queryKey }) => {
)
}
export default React.memo(TimelineNotifications, () => true)
export default React.memo(TimelineNotifications)