Skip to content

Commit

Permalink
Resolve drone errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Sep 6, 2024
1 parent e632293 commit fd9b4fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { makeStyles } from '@mui/styles';
import React, { CSSProperties, FunctionComponent, useEffect, useState } from 'react';
import { List, ListItem, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText } from '@mui/material';
import { List, ListItem, ListItemButton, ListItemIcon, ListItemText } from '@mui/material';
import type { InjectTestStatus, SearchPaginationInput } from '../../../utils/api-types';
import { useFormatter } from '../../../components/i18n';
import ItemStatus from '../../../components/ItemStatus';
Expand Down
1 change: 0 additions & 1 deletion openbas-front/src/components/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Message extends Component {
}

render() {
const { t } = this.props;
const { text, error, open, sticky } = this.state;
return (
<Snackbar
Expand Down

0 comments on commit fd9b4fc

Please sign in to comment.