Skip to content

Commit

Permalink
Fixed: opsi, reversed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
superKalo committed Jan 22, 2024
1 parent d5e8797 commit 637ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/signAccountOp/signAccountOp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export class SignAccountOpController extends EventEmitter {
updateStatusToReadyToSign() {
const isInTheMiddleOfSigning =
this.status &&
![SigningStatus.InProgress, SigningStatus.InProgressAwaitingUserInput].includes(
[SigningStatus.InProgress, SigningStatus.InProgressAwaitingUserInput].includes(
this.status?.type
)

Expand Down

0 comments on commit 637ad39

Please sign in to comment.