Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmeeeee committed Dec 17, 2024
1 parent 0376c28 commit 33b1ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env
2 changes: 1 addition & 1 deletion frontend/src/TimeSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function TimeSelector({ dateChange, momentChange }) {
</button>
<button
className={`button ${activeMoment === "soir" ? "active" : ""}`}
onClick={() => momentChange("soir")}
onClick={() => handleMomentClick("soir")}
>
Soir
</button>
Expand Down

0 comments on commit 33b1ed0

Please sign in to comment.