Skip to content

Commit

Permalink
fix: minor entries fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasz97 committed Sep 26, 2024
1 parent d5c45a4 commit 49bfa1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/timesheet/TimeSheetTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export const TimeSheetTable = component$<TimeSheetTableProps>(
hours !== 0 &&
hours !== undefined && (
<Button
key={`new-entry-${dailyEntries.length + 1}`}
tabIndex={-1}
variant={'link'}
size={'small'}
Expand All @@ -285,7 +286,7 @@ export const TimeSheetTable = component$<TimeSheetTableProps>(
customer,
project,
task,
entryIndex
dailyEntries.length
)
}
>
Expand Down

0 comments on commit 49bfa1b

Please sign in to comment.