storage cards > data

This commit is contained in:
Ryan Bakkes 2022-01-07 17:52:52 +01:00
parent 16a5c156ca
commit 2e62c0f3f6

View File

@ -185,7 +185,7 @@ export class ValuesSortingPage {
// go to rearrange page
if(this.game.cardset.length <= 5){
await this.game.saveGameStorage("Values", "Align", "cards", this.game.cardset);
await this.game.saveGameStorage("Values", "Align", this.game.cardset);
await this.alertService.presentAlert("Done!","You've selected 5 cards, continue to the next page.");
this.router.navigateByUrl(`/valuesAlign`);
}