Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Jan 10, 2025
1 parent cfb6a9e commit fcb6aef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react' // eslint-disable-line

const CheckTxStatus = ({ tx, type }) => {
console.log('tx', tx)
if (tx.status === 1 || tx.status === '0x1' || tx.status === true || tx.status === '1' || tx.status === BigInt(1)) {
return <i className="remix_ui_terminal_txStatus remix_ui_terminal_succeeded fas fa-check-circle"></i>
}
Expand Down

0 comments on commit fcb6aef

Please sign in to comment.