Skip to content

Commit d5e8fa0

Browse files
committed
Update sdk-dapp
1 parent 7ac1fe9 commit d5e8fa0

3 files changed

Lines changed: 632 additions & 746 deletions

File tree

src/app/unlock/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Unlock() {
1212
loginHandler: () => {
1313
router.push(RouteNamesEnum.dashboard);
1414
},
15-
onClose: () => {
15+
onClose: async () => {
1616
router.replace(RouteNamesEnum.home);
1717
}
1818
});

src/lib/sdkDappUI/sdkDappUI.components.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ export {
22
MvxCopyButton,
33
MvxExplorerLink,
44
MvxFormatAmount,
5-
MvxTransactionsTable,
6-
MvxUnlockButton
5+
MvxTransactionsTable
76
} from '@multiversx/sdk-dapp-ui/react';

0 commit comments

Comments
 (0)