Skip to content

Commit

Permalink
fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Oct 23, 2024
1 parent 5d1643b commit 5ada32a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/PositionsList/PositionsList.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ export const Primary: Story = {
onAddPositionClick: handleClick,
itemsPerPage: 5,
noConnectedBlockerProps: {
onConnect: () => {},
onExplorePools: () => {}
onConnect: () => {}
},
searchValue: '',
searchSetValue: () => {},
Expand Down

0 comments on commit 5ada32a

Please sign in to comment.