Skip to content

Commit

Permalink
remove redundant space made by rebase, and unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Aug 19, 2024
1 parent 9dcfec9 commit 15f01ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/pages/Scan.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, styled, Typography, SelectChangeEvent, CircularProgress, Button, useTheme } from '@mui/material';
import { Box, styled, Typography, CircularProgress, Button, useTheme } from '@mui/material';
import { useEffect, useState } from 'react';

import Select from '../components/Select';
Expand Down Expand Up @@ -103,7 +103,6 @@ export const ScanPage = () => {
saveScanResults(scanId, results);
} catch (e: any) {
setScanData({ ...scanData, [scanId]: {} });

ddToast.error(e.toString());
}
};
Expand Down

0 comments on commit 15f01ab

Please sign in to comment.