From 462658dda79b2c533b99c90ae292df671c9ce0f8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 30 Mar 2022 15:53:48 -0500 Subject: [PATCH] LinkFooter: replace account aliases with account migration --- app/soapbox/features/ui/components/link_footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/components/link_footer.tsx b/app/soapbox/features/ui/components/link_footer.tsx index 090d9d316..84a7c5fc5 100644 --- a/app/soapbox/features/ui/components/link_footer.tsx +++ b/app/soapbox/features/ui/components/link_footer.tsx @@ -56,8 +56,8 @@ const LinkFooter: React.FC = (): JSX.Element => { {features.importAPI && ( )} - {(features.federating && features.accountAliasesAPI) && ( - + {(features.federating && features.accountMoving) && ( + )} }