From 4179c587bcbff226d13413549c2deb63236c5047 Mon Sep 17 00:00:00 2001 From: animegrafmays Date: Sat, 23 Sep 2023 21:43:29 -0400 Subject: [PATCH] fix account migration route --- src/features/settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/settings/index.tsx b/src/features/settings/index.tsx index 1cd30fa4b..2eb50dd9b 100644 --- a/src/features/settings/index.tsx +++ b/src/features/settings/index.tsx @@ -149,7 +149,7 @@ const Settings = () => { )} {features.federating && (features.accountMoving ? ( - + ) : features.accountAliases && ( ))}