Skip to content

Commit

Permalink
Move function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarvu committed Dec 17, 2024
1 parent 217d90a commit 9a107b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function EasyBorrowViewStory(props: EasyBorrowViewStoryProps) {
const setDesiredLoanToValue = () => {}
const openConnectModal = () => {}
const openSandboxModal = () => {}
const focusOnActionsPanel = () => {}
/* eslint-enable func-style */

const pageStatus = {
Expand All @@ -93,7 +94,6 @@ function EasyBorrowViewStory(props: EasyBorrowViewStoryProps) {
goToSuccessScreen: () => {},
submitForm: () => {},
}
const focusOnActionsPanel = () => {}

return (
<EasyBorrowView
Expand Down

0 comments on commit 9a107b2

Please sign in to comment.