Skip to content

Commit

Permalink
fix: mock download isInstalled status error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Feb 3, 2023
1 parent e9953a7 commit a66d019
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export class ApiMockComponent implements OnInit, TabViewComponent {
this.eoOnInit.emit(this.apiData);
}
async jumpToClient() {
const isInstalled = false;
// const isInstalled = await this.web.protocolCheck();
const isInstalled = await this.web.protocolCheck();
if (!isInstalled) {
this.isInstalledClient = false;
} else {
Expand Down

0 comments on commit a66d019

Please sign in to comment.