Skip to content

Commit

Permalink
Update apps/web/components/Tracks.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam authored Aug 16, 2024
1 parent b477412 commit 763a513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/Tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const Tracks = ({ tracks }: { tracks: TrackPros[] }) => {
const selectedCategory = useRecoilValue(category);
const [filteredTracks, setFilteredTracks] = useState<TrackPros[]>(tracks);
const [sortBy, setSortBy] = useState<string>("");

const [selectOpen, setSelectOpen] = useState<boolean>(false);
const [cohort3, setCohort3] = useState<boolean>(false);

Expand Down

0 comments on commit 763a513

Please sign in to comment.