mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -330,9 +330,8 @@ export const LeftPane: React.FC<PropsType> = ({
|
||||
|
||||
const numericIndex = keyboardKeyToNumericIndex(event.key);
|
||||
if (commandOrCtrl && isNumber(numericIndex)) {
|
||||
conversationToOpen = helper.getConversationAndMessageAtIndex(
|
||||
numericIndex
|
||||
);
|
||||
conversationToOpen =
|
||||
helper.getConversationAndMessageAtIndex(numericIndex);
|
||||
} else {
|
||||
let toFind: undefined | ToFindType;
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user