Skip to content

Commit

Permalink
[frontend] fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Sep 12, 2024
1 parent 5112702 commit 8c1c817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { fetchMapper, updateMapper } from '../../../../../actions/mapper/mapper-
import type { ImportMapperUpdateInput, RawPaginationImportMapper } from '../../../../../utils/api-types';
import Loader from '../../../../../components/Loader';
import { ImportMapperStore } from '../../../../../actions/mapper/mapper';
import { MESSAGING$ } from '../../../../../utils/Environment';

interface XlsMapperUpdateComponentProps {
xlsMapper: ImportMapperStore;
Expand Down
1 change: 0 additions & 1 deletion openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,6 @@ const i18n = {
'Launch simulation now': 'Lancer la simulation maintenant',
'Launch now': 'Lancer maintenant',
'All teams value': 'Valeur de toutes les équipes',
'not starts with': 'ne commence pas par',
},
zh: {
'Email address': 'email地址',
Expand Down

0 comments on commit 8c1c817

Please sign in to comment.