diff --git a/apps/roam/src/components/settings/HomePersonalSettings.tsx b/apps/roam/src/components/settings/HomePersonalSettings.tsx index fe63908a8..9ef6df75d 100644 --- a/apps/roam/src/components/settings/HomePersonalSettings.tsx +++ b/apps/roam/src/components/settings/HomePersonalSettings.tsx @@ -293,13 +293,11 @@ const HomePersonalSettings = ({ onloadArgs }: { onloadArgs: OnloadArgs }) => { }} style={{ width: "600px" }} > - {isOngoing ? ( -
+
+ {isOngoing ? (

Migrating relations, please wait

-
- ) : ( - <> -
+ ) : ( + <>

Activating the faster relations system will migrate all previously created relations and newly created relations will @@ -308,58 +306,56 @@ const HomePersonalSettings = ({ onloadArgs }: { onloadArgs: OnloadArgs }) => { deleted; however, they will not be accessible until you reactivate the faster relation system.

- {activeRelationMigration === RelationMigrationDialog.activate ? ( -
-
- -
-
{numExistingRelations}
+ {activeRelationMigration === + RelationMigrationDialog.reactivate ? ( +
+ +
+                    {numExistingRelations}
+                  
- ) : ( - "" - )} -
-
-
- - {activeRelationMigration === - RelationMigrationDialog.reactivate ? ( - - ) : ( - "" - )} + ) : null} + + )} +
+ {!isOngoing && ( +
+
+ + {activeRelationMigration === + RelationMigrationDialog.reactivate ? ( -
+ ) : null} +
- +
)}