Skip to content

Commit

Permalink
fix/filter3
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t1k777 committed Aug 20, 2024
1 parent 659e9ca commit bef77cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/ProjectsItem/ProjectsItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function ProjectsItem({ name, teams }: ProjectseProps) {
navigate(`/teams/${teamId}`);
};


return (
<div className={styles.projectsItem}>
<p className={styles.title}>{name}</p>
Expand Down

0 comments on commit bef77cd

Please sign in to comment.