Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Feb 9, 2024
1 parent f7a5aa7 commit 876e53d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/StatementWithProvenances.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import {Box} from "@mui/material";
import StatementForm from "./Forms/StatementForm";
import ProvenancesForm from "./Forms/ProvenanceForm";

const StatementWithProvenances = ({ statement, background = "#fff", refreshStatement, isDisabled } : any) => {

Expand Down
3 changes: 0 additions & 3 deletions frontend/src/components/Widgets/CustomEntitiesDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
} from "@mui/material";
import {CheckedItemIcon, CheckedItemIconBG, UncheckedItemIcon} from "../icons";
import HoveredOptionContent from "./HoveredOptionContent";
import ClearOutlinedIcon from "@mui/icons-material/ClearOutlined";
import ArrowDropDownIcon from "@mui/icons-material/ArrowDropDown";
import ArrowDropUpIcon from "@mui/icons-material/ArrowDropUp";
import theme from "../../theme/Theme";
Expand Down Expand Up @@ -209,8 +208,6 @@ export default function CustomEntitiesDropdown({
chipsNumber = 2,
postProcessOptions = false,
refreshStatement,
statement,
fieldName = "",
getPreLevelSelectedValues,
areConnectionsExplicit,
minWidth = '',
Expand Down

0 comments on commit 876e53d

Please sign in to comment.