Skip to content

Commit

Permalink
fix ui event txs
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Nov 16, 2024
1 parent bea4f66 commit 803eacd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Tx/TxData/TxMessage/TxMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ import IBCProgress from "./IBCProgress";
import { CW20_DECIMALS } from "@oraichain/oraidex-common/build/constant";
import { toDisplay } from "@oraichain/oraidex-common/build/helper";
import config from "src/config";
import { Collapse } from "@material-ui/core";

const cx = cn.bind(styles);

const rpcApi = config.RPC_API;

const getTxTypeNew = (type, result = "", value) => {
const typeArr = type.split(".");
let typeMsg = typeArr[typeArr.length - 1];
Expand Down

0 comments on commit 803eacd

Please sign in to comment.