diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-15 09:59:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 09:59:49 -0700 |
commit | f4891a47a17cdcd35751867153f73350c90a8f72 (patch) | |
tree | 97d1a20437470ff1718561b3ec28e18865607c64 /src/view/com/feeds/CustomFeed.tsx | |
parent | a3af2a2b850f5561d5a0b9504e0b6ea9aca07cb7 (diff) | |
download | voidsky-f4891a47a17cdcd35751867153f73350c90a8f72.tar.zst |
Fix to feeds view in profiles (#1171)
* Fix load of feeds tab * Add e2e test for profile feeds
Diffstat (limited to 'src/view/com/feeds/CustomFeed.tsx')
-rw-r--r-- | src/view/com/feeds/CustomFeed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/feeds/CustomFeed.tsx b/src/view/com/feeds/CustomFeed.tsx index 79f1dd74d..264c2d982 100644 --- a/src/view/com/feeds/CustomFeed.tsx +++ b/src/view/com/feeds/CustomFeed.tsx @@ -69,6 +69,7 @@ export const CustomFeed = observer( return ( <TouchableOpacity + testID={`feed-${item.displayName}`} accessibilityRole="button" style={[styles.container, pal.border, style]} onPress={() => { |