Skip to content

Commit

Permalink
Removed commented unused codee
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtorres committed Aug 23, 2024
1 parent 0df08a4 commit 97eefbc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions frontend/src/pages/Vulnerabilities/Vulnerabilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,29 +198,6 @@ export const Vulnerabilities: React.FC<{ groupBy?: string }> = ({
const history = useHistory();
const location = useLocation();
const state = location.state as LocationState;
// const paramsArray = [
// [
// {
// field: 'title',
// value: state.title,
// operator: 'contains'
// }
// ],
// [
// {
// field: 'domain',
// value: state.domain,
// operator: 'contains'
// }
// ],
// [
// {
// field: 'severity',
// value: state.severity,
// operator: 'contains'
// }
// ]
// ];
const [initialFilters, setInitialFilters] = useState<GridFilterItem[]>(
state?.title
? [
Expand Down

0 comments on commit 97eefbc

Please sign in to comment.