Skip to content

Commit

Permalink
Make sure the handleKeyDown event handler has the correct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodapp committed Jul 29, 2024
1 parent b098e13 commit d160686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/coaching-sessions/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function CoachingSessionsPage() {
}
};

const handleKeyDown = (value: string) => {
const handleKeyDown = () => {
setSyncStatus("");
};

Expand Down

0 comments on commit d160686

Please sign in to comment.