Fix lint
This commit is contained in:
@ -35,7 +35,6 @@ export function CommandMenu() {
|
||||
const [search, setSearch] = useState('');
|
||||
const commands = useRecoilValue(commandMenuCommand);
|
||||
|
||||
|
||||
useScopedHotkeys(
|
||||
'ctrl+k,meta+k',
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user