Skip to content

Commit

Permalink
fix: batch denom name in getCancelCardItems function
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Oct 1, 2024
1 parent 61ba690 commit e7a1bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const getCancelCardItems = ({
{
label: _(msg`batch denom:`),
value: {
name: 'C01-20190101-20201010-003',
name: batchDenom,
url: `/credit-batches/${batchDenom}`,
},
},
Expand Down

0 comments on commit e7a1bfc

Please sign in to comment.