优化主播主页展示动态模块的逻辑

This commit is contained in:
yezian 2024-08-20 16:23:16 +08:00
parent 4c67c16baa
commit 4bd2d5909c
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ export default function StreamerProfile({ navigation, route }) {
</View>
)}
{/* 动态 */}
{!spaceData && postsData.length !== 0 && (
{!spaceData?.previews?.images?.length && postsData.length !== 0 && (
<View>
<View style={tailwind("my-4")}>
<Text