Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
Thanks, eslint!

See #2350
  • Loading branch information
matiasgarciaisaia committed Nov 6, 2024
1 parent 05db608 commit b17c050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/components/respondents/RespondentIndex.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
Tooltip,
PagingFooter,
MainAction,
Action,
} from "../ui"
import RespondentRow from "./RespondentRow"
import * as routes from "../../routes"
Expand Down Expand Up @@ -755,7 +754,6 @@ class RespondentIndex extends Component<Props, State> {
const fixedFieldsCount = this.props.fields.filter((field) => field.type == "fixed").length

let colspan = responseKeys.length + fixedFieldsCount
const [fileId, linkId] = ["file", "link"]

return (
<div className="white">
Expand Down

0 comments on commit b17c050

Please sign in to comment.