mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -230,7 +230,7 @@ const CALLING_SHORTCUTS: Array<ShortcutType> = [
|
||||
},
|
||||
];
|
||||
|
||||
export const ShortcutGuide = (props: Props): JSX.Element => {
|
||||
export function ShortcutGuide(props: Props): JSX.Element {
|
||||
const { i18n, close, hasInstalledStickers, platform } = props;
|
||||
const isMacOS = platform === 'darwin';
|
||||
|
||||
@@ -308,7 +308,7 @@ export const ShortcutGuide = (props: Props): JSX.Element => {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
function renderShortcut(
|
||||
shortcut: ShortcutType,
|
||||
|
||||
Reference in New Issue
Block a user