Skip to content

Commit

Permalink
corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannidemaria committed Nov 17, 2024
1 parent 91767c0 commit f04ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AvailabilitiesTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function AvailabilitiesTable({ authUser }) {
endDate: moment("2024-11-20T10:30:00").format(),
interview: {
status: "booked",
availabilityId: 0,
availabilityId: 1,
interviewers: [
{
firstName: "Federico",
Expand Down

0 comments on commit f04ed43

Please sign in to comment.