File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/kit/src/views/Staking/components/ApproveBaseStake Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import type {
2727} from '@onekeyhq/shared/types/staking' ;
2828import type { IToken } from '@onekeyhq/shared/types/token' ;
2929
30+ import { validateAmountInput } from '../../../Swap/utils/utils' ;
3031import { useTrackTokenAllowance } from '../../hooks/useUtilsHooks' ;
3132import { capitalizeString , countDecimalPlaces } from '../../utils/utils' ;
3233import { CalculationList , CalculationListItem } from '../CalculationList' ;
@@ -39,7 +40,6 @@ import { EStakeProgressStep, StakeProgress } from '../StakeProgress';
3940import StakingFormWrapper from '../StakingFormWrapper' ;
4041import { TradeOrBuy } from '../TradeOrBuy' ;
4142import { ValuePriceListItem } from '../ValuePriceListItem' ;
42- import { validateAmountInput } from '../../../Swap/utils/utils' ;
4343
4444type IApproveBaseStakeProps = {
4545 details : IStakeProtocolDetails ;
@@ -498,7 +498,7 @@ export function ApproveBaseStake({
498498 jc : 'space-between' ,
499499 } }
500500 >
501- < Stack pl = "$5" >
501+ < Stack pl = "$5" $md = { { pt : '$5' } } >
502502 { isShowStakeProgress ? (
503503 < StakeProgress
504504 currentStep = {
You can’t perform that action at this time.
0 commit comments