lint optimizations

This commit is contained in:
Proddy
2023-03-03 12:41:42 +01:00
parent afbb670c78
commit 8389e06aae
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ const SettingsCustomization: FC = () => {
};
const getMaskString = (m: number) => {
let new_masks: string[] = [];
const new_masks: string[] = [];
if ((m & 1) === 1) {
new_masks.push('1');
}