@@ -15,9 +15,9 @@ import {
15
15
sumPercentagesSanitized ,
16
16
useDelegationPortfolioStore ,
17
17
} from '../store' ;
18
+ import { StakePoolConfirmationContent , StakePoolConfirmationFooter } from './confirmation' ;
18
19
import { StepPreferencesContent , StepPreferencesFooter } from './preferences' ;
19
20
import { SignConfirmation , SignConfirmationFooter } from './SignConfirmation' ;
20
- import { StakePoolConfirmation , StakePoolConfirmationFooter } from './StakePoolConfirmation' ;
21
21
import { StakePoolDetail , StakePoolDetailFooter , StakePoolDetailFooterProps } from './StakePoolDetail' ;
22
22
import { StakePoolDetailsDrawer } from './StakePoolDetailsDrawer' ;
23
23
import { TransactionFail , TransactionFailFooter } from './TransactionFail' ;
@@ -97,7 +97,7 @@ export const Drawer = ({
97
97
( ) : Record < DrawerStep , React . ReactElement > => ( {
98
98
[ DrawerDefaultStep . PoolDetails ] : < StakePoolDetail popupView = { popupView } /> ,
99
99
[ DrawerManagementStep . Preferences ] : < StepPreferencesContent /> ,
100
- [ DrawerManagementStep . Confirmation ] : < StakePoolConfirmation /> ,
100
+ [ DrawerManagementStep . Confirmation ] : < StakePoolConfirmationContent /> ,
101
101
[ DrawerManagementStep . Sign ] : < SignConfirmation /> ,
102
102
[ DrawerManagementStep . Success ] : < TransactionSuccess /> ,
103
103
[ DrawerManagementStep . Failure ] : < TransactionFail /> ,
0 commit comments