about summary refs log tree commit diff
path: root/src/components/FeedInterstitials.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-07-05 20:17:47 +0100
committerGitHub <noreply@github.com>2024-07-05 20:17:47 +0100
commit09dfc9edf820396ba0132e89ed6d98c2a4231d5d (patch)
tree10e60cdfddff5fe497cd31a274cd725db7671f49 /src/components/FeedInterstitials.tsx
parentd5fd19df8fa2e235febb357845be534415bec218 (diff)
downloadvoidsky-09dfc9edf820396ba0132e89ed6d98c2a4231d5d.tar.zst
Show feedback for Follow button in interstitials (#4738)
* Fix Follow in interstitials

* Show feedback in toast
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r--src/components/FeedInterstitials.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 501eac57e..243db0a49 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -212,6 +212,7 @@ export function SuggestedFollows() {
                   />
                   <ProfileCard.FollowButton
                     profile={profile}
+                    moderationOpts={moderationOpts}
                     logContext="FeedInterstitial"
                     color="secondary_inverted"
                     shape="round"