fix error loading text TP-00 (#389)

This commit is contained in:
Aman Sethi
2023-05-15 15:19:56 +05:30
committed by GitHub Enterprise
parent a93ec2535a
commit 8a65543ea5
2 changed files with 1 additions and 5 deletions

View File

@@ -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>