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 763a513 commit ebb8435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/Tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Tracks = ({ tracks }: { tracks: TrackPros[] }) => {
<div>
<div className="flex flex-col gap-4 md:flex-row items-center justify-evenly mt-6">
<Select
open = {selectOpen}
open = {isSelectOpen}
onOpenChange={() => { setTimeout(() => { setSelectOpen(!selectOpen); }, 20); }}
onValueChange={(e) => {
setSortBy(e);
Expand Down

0 comments on commit ebb8435

Please sign in to comment.