mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
lint
This commit is contained in:
@@ -32,7 +32,7 @@ export const PreferencesSettingsTab: FC = () => {
|
||||
const onChangeSetting = (
|
||||
e: ChangeEvent<HTMLInputElement>,
|
||||
fn: (value: boolean) => void,
|
||||
) => {
|
||||
): void => {
|
||||
fn(e.target.checked);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user