Skip to content

Commit

Permalink
Merge pull request #1393 from vsvishalsharma/Remove_Redundant_Fromula
Browse files Browse the repository at this point in the history
Remove redundant "=>" expression
  • Loading branch information
mozzy11 authored Jan 13, 2025
2 parents e0a6881 + c5ad3f5 commit 10ae616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ const CalculatedValue: React.FC<CalculatedValueProps> = () => {
</div>
),
)}{" "}
{<b style={{ color: "red" }}>{" => "}</b>} &nbsp;{" "}
{<b style={{ color: "red" }}>{" "}</b>} &nbsp;{" "}
{calculation.testId ? "'" : ""}
{sampleTestList["FINAL_RESULT"][index]
? sampleTestList["FINAL_RESULT"][index]?.filter(
Expand Down

0 comments on commit 10ae616

Please sign in to comment.