Explicit show

This commit is contained in:
Eric Bailey
2024-08-08 09:49:04 -05:00
parent 04c72ed787
commit 67ca832bae
@@ -104,7 +104,7 @@ let ProfileHeaderStandard = ({
),
)
if (gate('auto_show_prof_sugg_follows')) {
setShowSuggestedFollows(!showSuggestedFollows)
setShowSuggestedFollows(true)
}
} catch (e: any) {
if (e?.name !== 'AbortError') {