added typecheck on build, fixed eslint

This commit is contained in:
Igor Lobanov
2025-02-10 10:29:43 +01:00
parent b3849eebc4
commit fd12e33c06
10 changed files with 31 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ import { BUTTON_PREFIX } from './Cells/helpers';
import AnonymizerNotification from './AnonymizerNotification';
import { RootState } from '../../initialState';
const processContent = (data: any, buttonType: string) =>
const processContent = (data: any, _buttonType: string) =>
Object.entries(data).map(([key, value]) => {
if (!value) {
return null;