uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Found unnecessary computed property keys in object literals JS-0236
Anti-pattern
Minor
a year agoa year old
Unnecessarily computed property ["backtest_name"] found.
226            runBacktest();
227          }}
228          initialValues={{
229            ["backtest_name"]: experimentName,230            ["date_range"]: dateRange,
231          }}
232        >
Unnecessarily computed property ["date_range"] found.
227          }}
228          initialValues={{
229            ["backtest_name"]: experimentName,
230            ["date_range"]: dateRange,231          }}
232        >
233          <div className="border-b border-gray-200 bg-white px-4 py-5 sm:px-6">