fix TP-21873 image loading placeholder (#174)
This commit is contained in:
committed by
GitHub Enterprise
parent
6873e94db5
commit
69d2bccb86
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user