fix TP-21873 image loading placeholder (#174)

This commit is contained in:
Aman Sethi
2023-03-21 15:56:58 +05:30
committed by GitHub Enterprise
parent 6873e94db5
commit 69d2bccb86

View File

@@ -199,7 +199,7 @@ const UserDetailsSection: React.FC<IUserDetailsSection> = props => {
position: 'absolute',
top: '50%',
left: '35%',
}]}>Image not available</Text>
}]}>Loading Image...</Text>
: null
}
</View>