File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/namadillo/src/App/Staking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { getAmountDistribution } from "lib/staking";
2020import { useEffect , useState } from "react" ;
2121import { useNavigate } from "react-router-dom" ;
2222import { twMerge } from "tailwind-merge" ;
23- import { Validator } from "types" ;
23+ import { TxKind , Validator } from "types" ;
2424import { BondingAmountOverview } from "./BondingAmountOverview" ;
2525import { ReDelegateAssignStake } from "./ReDelegateAssignStake" ;
2626import { ReDelegateRemoveStake } from "./ReDelegateRemoveStake" ;
@@ -52,7 +52,7 @@ export const ReDelegate = (): JSX.Element => {
5252 ) ;
5353
5454 const gasConfig = useAtomValue (
55- defaultGasConfigFamily ( Array ( changes . length ) . fill ( "Redelegate " ) )
55+ defaultGasConfigFamily ( Array < TxKind > ( changes . length ) . fill ( "Redelegation " ) )
5656 ) ;
5757
5858 const {
You can’t perform that action at this time.
0 commit comments