OasisDEX/oasis-react

View on GitHub
src/utils/transactions/handleTransaction.js

Summary

Maintainability
A
1 hr
Test Coverage
A
92%

Consider simplifying this complex logical expression.
Open

    if (transactionActionResult) {
      const txStartTimestamp = getTimestamp();
      const transactionHash = transactionActionResult.value;
      onTransactionPending &&
        onTransactionPending({
Severity: Major
Found in src/utils/transactions/handleTransaction.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status