diff --git a/src/UI/Popup/MoveWizard.svelte b/src/UI/Popup/MoveWizard.svelte
index 3995efabc6..8300c6f63a 100644
--- a/src/UI/Popup/MoveWizard.svelte
+++ b/src/UI/Popup/MoveWizard.svelte
@@ -1,40 +1,39 @@
 
 {#if moveWizardState.reasons.length > 0}
 
@@ -82,8 +81,8 @@
       
|
       {#each moveWizardState.reasons as reasonSpec}
         
       {/each}
     
@@ -110,7 +109,10 @@
          zoom >= Constants.minZoomLevelToAddNewPoint)}>
 
           
@@ -135,7 +137,7 @@
     
       
|