We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f1676 commit 180ce15Copy full SHA for 180ce15
src/components/textField/ValidationMessage.tsx
@@ -39,7 +39,7 @@ const ValidationMessage = ({
39
if (validationIcon?.source) {
40
return (
41
<View row>
42
- {showValidationMessage &&
+ {showValidationMessage && validationMessage &&
43
<Icon tintColor={Colors.$textDangerLight} size={14} marginR-s1 {...validationIcon} testID={`${testID}.icon`}/>}
44
{renderMessage()}
45
</View>
0 commit comments