fix: close React.memo wrapping in 3 components
This commit is contained in:
@@ -189,4 +189,4 @@ export const AppHeader = React.memo(function AppHeader() {
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
|
|||||||
@@ -68,4 +68,4 @@ export const OptimizedImage = React.memo(function OptimizedImage({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ export const UserAvatar = React.memo(function UserAvatar({ userId, avatarUrl, av
|
|||||||
{!src && '?'}
|
{!src && '?'}
|
||||||
</Avatar>
|
</Avatar>
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user