Skip to content

Commit

Permalink
fix: minor fix to time range edit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasz97 committed Oct 3, 2024
1 parent 754a86f commit 3525608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/timesheet/TimeSheetTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const TimeSheetTable = component$<TimeSheetTableProps>(
) {
return true;
}
return false;
}
// Return true if the new hours are the same as the existing hours
return entryExists.hours === hours;
Expand Down

0 comments on commit 3525608

Please sign in to comment.