···2828 actorDid: string
2929}) {
3030 const gate = useGate()
3131- if (!gate('post_follow_profile_suggested_accounts')) return null
32313332 /* NOTE (caidanw):
3433 * Android does not work well with this feature yet.
···3635 * Blocking the ability to scroll on Android is too much of a trade-off for now.
3736 **/
3837 if (isAndroid) return null
3838+3939+ if (!gate('post_follow_profile_suggested_accounts')) return null
39404041 return (
4142 <AccordionAnimation isExpanded={isExpanded}>