From 9a107b23d1000672d6100f4257a4213d0bdd2e78 Mon Sep 17 00:00:00 2001 From: oskarvu Date: Tue, 17 Dec 2024 12:52:28 +0700 Subject: [PATCH] Move function declaration --- .../src/features/easy-borrow/views/EasyBorrowView.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/features/easy-borrow/views/EasyBorrowView.stories.tsx b/packages/app/src/features/easy-borrow/views/EasyBorrowView.stories.tsx index 21a83133f..e19074a0b 100644 --- a/packages/app/src/features/easy-borrow/views/EasyBorrowView.stories.tsx +++ b/packages/app/src/features/easy-borrow/views/EasyBorrowView.stories.tsx @@ -84,6 +84,7 @@ function EasyBorrowViewStory(props: EasyBorrowViewStoryProps) { const setDesiredLoanToValue = () => {} const openConnectModal = () => {} const openSandboxModal = () => {} + const focusOnActionsPanel = () => {} /* eslint-enable func-style */ const pageStatus = { @@ -93,7 +94,6 @@ function EasyBorrowViewStory(props: EasyBorrowViewStoryProps) { goToSuccessScreen: () => {}, submitForm: () => {}, } - const focusOnActionsPanel = () => {} return (