fix error loading text TP-00 (#389)
This commit is contained in:
committed by
GitHub Enterprise
parent
a93ec2535a
commit
8a65543ea5
Submodule RN-UI-LIB updated: 54ed2f7e99...56c0b5e5f1
@@ -154,10 +154,6 @@ const CustomerProfile: React.FC<ICustomerProfile> = (props) => {
|
||||
<Text style={[styles.errorText]} bold>
|
||||
Error loading image
|
||||
</Text>
|
||||
) : errorModalImage ? (
|
||||
<Text style={[styles.errorText]} bold>
|
||||
Error loading image
|
||||
</Text>
|
||||
) : null}
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user