From b17c050b74c5041f8aff059c01c742a2e5774908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Wed, 6 Nov 2024 16:45:24 -0300 Subject: [PATCH] Remove unused variables Thanks, eslint! See #2350 --- assets/js/components/respondents/RespondentIndex.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/components/respondents/RespondentIndex.jsx b/assets/js/components/respondents/RespondentIndex.jsx index 717480173..253af800f 100644 --- a/assets/js/components/respondents/RespondentIndex.jsx +++ b/assets/js/components/respondents/RespondentIndex.jsx @@ -19,7 +19,6 @@ import { Tooltip, PagingFooter, MainAction, - Action, } from "../ui" import RespondentRow from "./RespondentRow" import * as routes from "../../routes" @@ -755,7 +754,6 @@ class RespondentIndex extends Component { const fixedFieldsCount = this.props.fields.filter((field) => field.type == "fixed").length let colspan = responseKeys.length + fixedFieldsCount - const [fileId, linkId] = ["file", "link"] return (