Skip to content

Commit

Permalink
fix issing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marhaupe committed Sep 6, 2024
1 parent e832a93 commit b8b1659
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/frontend/src/LogEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export function LogEntry({
},
{
enabled: isSelected,
}
},
[selectedMenuItem]
);

useHotkeys(
Expand All @@ -68,7 +69,8 @@ export function LogEntry({
},
{
enabled: isDropdownOpen,
}
},
[selectedMenuItem]
);

function renderLogMessage(message: string) {
Expand Down

0 comments on commit b8b1659

Please sign in to comment.