fix: close React.memo wrapping in 3 components

This commit is contained in:
Kirill
2026-05-24 19:53:39 +05:00
parent c9342f833b
commit c46e19f95e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -189,4 +189,4 @@ export const AppHeader = React.memo(function AppHeader() {
/> />
</> </>
) )
} })
+1 -1
View File
@@ -68,4 +68,4 @@ export const OptimizedImage = React.memo(function OptimizedImage({
/> />
</Box> </Box>
) )
} })
+1 -1
View File
@@ -41,4 +41,4 @@ export const UserAvatar = React.memo(function UserAvatar({ userId, avatarUrl, av
{!src && '?'} {!src && '?'}
</Avatar> </Avatar>
) )
} })