You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,9 +209,12 @@ class InitModal extends React.Component {
212
209
...
213
210
</button>
214
211
</div>
215
-
<divstyleName='body-migration'>
216
-
<label><inputtype='checkbox'checked={this.state.migrationRequested}onChange={(e)=>this.handleMigrationRequestedChange(e)}/> Migrate old data from the legacy app v0.5</label>
217
-
</div>
212
+
213
+
{this.state.legacyStorageExists&&
214
+
<divstyleName='body-migration'>
215
+
<label><inputtype='checkbox'checked={this.state.migrationRequested}onChange={(e)=>this.handleMigrationRequestedChange(e)}/> Migrate old data from the legacy app v0.5</label>
0 commit comments