mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-3633] fix search bar clear icon not apperaing (#2133)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
@@ -311,19 +311,6 @@ export const IssuersScreen: React.FC<
|
||||
onChangeText={filterIssuers}
|
||||
onLayout={() => filterIssuers('')}
|
||||
/>
|
||||
{clearSearchIcon && (
|
||||
<Pressable
|
||||
onPress={clearSearchText}
|
||||
style={Theme.SearchBarStyles.clearSearch}>
|
||||
<Icon
|
||||
testID="clearingIssuerSearchIcon"
|
||||
name="circle-with-cross"
|
||||
type="entypo"
|
||||
size={18}
|
||||
color={Theme.Colors.DetailsLabel}
|
||||
/>
|
||||
</Pressable>
|
||||
)}
|
||||
</Row>
|
||||
<Text
|
||||
testID="issuersScreenDescription"
|
||||
|
||||
Reference in New Issue
Block a user