Enable Google Translate in post overflow menu (#10849)

This commit is contained in:
DS Boyce
2026-06-10 10:14:48 -07:00
committed by GitHub
parent e5335fa52b
commit 50dabf3f65
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ let PostControls = ({
onShowLess,
viaRepost,
variant,
forceGoogleTranslate = false,
forceGoogleTranslate = true,
}: {
big?: boolean
post: Shadow<AppBskyFeedDefs.PostView>