Skip to content

Commit

Permalink
fix: resolved merge confilct (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong authored Jun 1, 2024
1 parent 0220df9 commit e2e3109
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Main/CategorySelect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ const CategorySelect = ({ selectedCategory, onCategorySelect }) => {
onCategorySelect(category);
};

const handleCategorySelect = (category) => {
setSelectedCategory(category);
onCategorySelect(category);
};

return (
<div>
<Heading size="md" mb="4">
Expand Down

0 comments on commit e2e3109

Please sign in to comment.