Skip to content

Commit

Permalink
fix(results): Add text after emulating loading time
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedenPH committed Jun 29, 2024
1 parent 71d8227 commit 1f07a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export class ProcessResultsPage {
this.app.screen.height * 0.2);

textObject.anchor.set(0.5);
this.app.stage.addChild(textObject);


const responseData = JSON.parse(JSON.stringify(data));
Expand Down Expand Up @@ -297,5 +296,6 @@ export class ProcessResultsPage {
this.app.stage.addChild(viewTestLogsButtonContainer);
this.app.stage.addChild(restartTestButtonContainer);
this.app.stage.addChild(homeButton);
this.app.stage.addChild(textObject);
}
}

0 comments on commit 1f07a4f

Please sign in to comment.