Skip to content

Commit

Permalink
Fix indent for console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jul 2, 2024
1 parent 00da4d1 commit 1153482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Actions = ({
})
.catch((e) => {
if (isMounted.current) setSigningStatus(null)
console.error(e)
console.error(e)
if(!e || !e.message) {
addToast(`Signing error: Unknown error`, { error: true })
} else if (
Expand Down

0 comments on commit 1153482

Please sign in to comment.