Skip to content

Commit

Permalink
Missing dependency array in use-command-key-binds
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Apr 14, 2024
1 parent 67597e6 commit 54faabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/ui/hooks/use-command-key-binds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const useCommandKeyBinds = () => {

setCommands(chromeCommandBindsToKeyBinds(commandsObj));
});
});
}, []);
return commands;
};

0 comments on commit 54faabb

Please sign in to comment.