Fix to feeds view in profiles (#1171)
* Fix load of feeds tab * Add e2e test for profile feeds
This commit is contained in:
@@ -69,6 +69,7 @@ export const CustomFeed = observer(
|
||||
|
||||
return (
|
||||
<TouchableOpacity
|
||||
testID={`feed-${item.displayName}`}
|
||||
accessibilityRole="button"
|
||||
style={[styles.container, pal.border, style]}
|
||||
onPress={() => {
|
||||
|
||||
Reference in New Issue
Block a user