Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franckyrnj committed Sep 12, 2023
1 parent c7fee03 commit 4af516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/ui/CategoriesChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Stack from '@mui/material/Stack';
import { CategoriesChipProps } from '../../types/categoriesChipProps';

export default function CategoriesChip({filters, setFilters}: CategoriesChipProps) {
// TODO: SET REACT EVENT TYPE
const handleClick = (e: React.MouseEvent) => {
setFilters({
...filters,
Expand Down

0 comments on commit 4af516b

Please sign in to comment.