about summary refs log tree commit diff
path: root/src/state/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models')
-rw-r--r--src/state/models/feeds/multi-feed.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/state/models/feeds/multi-feed.ts b/src/state/models/feeds/multi-feed.ts
index fdcd208cd..95574fb56 100644
--- a/src/state/models/feeds/multi-feed.ts
+++ b/src/state/models/feeds/multi-feed.ts
@@ -111,7 +111,8 @@ export class PostsMultiFeedModel {
         uri: makeProfileLink(feedInfo.data.creator, 'feed', urip.rkey),
       })
     }
-    if (!this.hasMore) {
+    if (!this.hasMore && this.hasContent) {
+      // only show if hasContent to avoid double discover-feed links
       items.push({_reactKey: '__footer__', type: 'footer'})
     }
     return items