Skip to content

Commit

Permalink
Fix Code Smell
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatrhea committed Oct 3, 2023
1 parent 95de256 commit 6fe5cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
</div>
break;
}
case SampledFunctionParameterType sfpt:
case SampledFunctionParameterType:
<div>Component under development</div>
break;

Check warning on line 60 in COMET.Web.Common/Components/ValueSetRenderers/ValueArrayDetails.razor

View check run for this annotation

Codecov / codecov/patch

COMET.Web.Common/Components/ValueSetRenderers/ValueArrayDetails.razor#L60

Added line #L60 was not covered by tests
}

0 comments on commit 6fe5cfc

Please sign in to comment.