Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianDraghici committed Sep 4, 2024
1 parent faf0af0 commit c27d82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CrossWindowProvider/CrossWindowProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ export class CrossWindowProvider {
return this.account?.address ?? '';
}

isInitialized = (): boolean => {
isInitialized(): boolean {
return this.initialized;
};
}

isConnected(): boolean {
return Boolean(this.account.address);
Expand Down

0 comments on commit c27d82f

Please sign in to comment.