about summary refs log tree commit diff
path: root/src/view/com/posts/FollowingEmptyState.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-02 23:06:55 -0500
committerGitHub <noreply@github.com>2023-05-02 23:06:55 -0500
commit6f1c4ec9a9b5b7d0b4b67f3bc7c3af6810da5001 (patch)
tree80401e47119aa52ac188a290d140ae56686162bb /src/view/com/posts/FollowingEmptyState.tsx
parent95f8360d19938d00aaf9036a76616a7b82093703 (diff)
downloadvoidsky-6f1c4ec9a9b5b7d0b4b67f3bc7c3af6810da5001.tar.zst
[APP-549] Language controls for Whats Hot (#563)
* Add a content-language preference control

* Update whats hot to only show the selected languages and to refresh on lang pref changes

* Fix lint

* Fix tests

* Add missing accessibility role
Diffstat (limited to 'src/view/com/posts/FollowingEmptyState.tsx')
-rw-r--r--src/view/com/posts/FollowingEmptyState.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/posts/FollowingEmptyState.tsx b/src/view/com/posts/FollowingEmptyState.tsx
index acd035f21..b37298179 100644
--- a/src/view/com/posts/FollowingEmptyState.tsx
+++ b/src/view/com/posts/FollowingEmptyState.tsx
@@ -48,7 +48,6 @@ export function FollowingEmptyState() {
 }
 const styles = StyleSheet.create({
   emptyContainer: {
-    // flex: 1,
     height: '100%',
     paddingVertical: 40,
     paddingHorizontal: 30,