diff options
author | dan <dan.abramov@gmail.com> | 2024-07-05 20:17:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 20:17:47 +0100 |
commit | 09dfc9edf820396ba0132e89ed6d98c2a4231d5d (patch) | |
tree | 10e60cdfddff5fe497cd31a274cd725db7671f49 /src/components/FeedInterstitials.tsx | |
parent | d5fd19df8fa2e235febb357845be534415bec218 (diff) | |
download | voidsky-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.tsx | 1 |
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" |