There was an error while loading. Please reload this page.
accessibilityLabel
1 parent d2df096 commit e1333ccCopy full SHA for e1333cc
1 file changed
src/components/MenuItem/presets/MenuItemEntity.tsx
@@ -51,6 +51,7 @@ function MenuItemEntity({title, description, accountID, avatarSource, onPress, i
51
isDisabled={isDisabled}
52
sentryLabel={sentryLabel}
53
testID={testID}
54
+ accessibilityLabel={[title, description].filter(Boolean).join(', ')}
55
>
56
<MenuItemRow>
57
<MenuItemLeading>
0 commit comments