Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Dec 12, 2023
1 parent 9aa774a commit 8dec8f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Projects/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ export const Empty: Story = {
};

export const Loading: Story = {
render: () => {
render: function Render() {
const [_, setSearchInput] = useState('');

return <ProjectsSkeleton setSearch={setSearchInput} />;
},
};
Expand Down

0 comments on commit 8dec8f2

Please sign in to comment.