Skip to content

Commit

Permalink
fix: fix the build error
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Oct 28, 2024
1 parent 851e987 commit 862fb9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function renderSearchDropBarDropdown(props: Partial<SearchBarDropdownProps> = {}
fetchedCreators: [],
isLoadingCreators: false,
onFetchCreators: jest.fn(),
onClickOutside: jest.fn()
onClickOutside: jest.fn(),
isOffchainEnabled: false
}
return renderWithProviders(
<ResponsiveContext.Provider value={{ width: 900 }}>
Expand Down

0 comments on commit 862fb9a

Please sign in to comment.