Skip to content

Commit

Permalink
fix(frontend): Fix codeQL finding
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed May 7, 2024
1 parent cf03635 commit e5298d0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/
import { IconButton } from "@catena-x/portal-shared-components";

import DeleteIcon from "@mui/icons-material/DeleteOutlineOutlined";
import { GridActionsCellItem } from "@mui/x-data-grid";
import { useCallback } from "react";

export const columnsUser = (rates, onClickDelete) => [
{
Expand Down

0 comments on commit e5298d0

Please sign in to comment.