Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Mar 7, 2024
1 parent f1a39a6 commit 172224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/components/History/RowExtend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const RowExtend = ({ column, columns, isMainnet, id, bestBlockNumber }: RowExten

useEffect(() => {
if (status !== 'success') {
if (column.type === 'send' && !column.nftInfo) {
if (column.type === 'send' && !column.nftInfo && !column.sudtInfo) {
getOnChainTransaction(hash).then(tx => {
// @ts-expect-error Replace-By-Fee (RBF)
const { min_replace_fee: minReplaceFee } = tx
Expand Down

1 comment on commit 172224e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8182424384

Please sign in to comment.