We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6fb84 commit adc990cCopy full SHA for adc990c
packages/staking/src/features/Drawer/StakePoolDetailsDrawer.tsx
@@ -82,7 +82,7 @@ export const StakePoolDetailsDrawer = ({
82
83
const createArrowIconCallback = () => {
84
if (activeDrawerStep && typeof showBackIcon === 'function' ? showBackIcon(activeDrawerStep) : showBackIcon) {
85
- return popupView ? closeDrawer : onGoBack;
+ return popupView ? closeDrawer() : onGoBack();
86
}
87
// eslint-disable-next-line consistent-return, unicorn/no-useless-undefined
88
return undefined;
0 commit comments