frontend/sequences/step_tiles/tile_assertion/variables_part.tsx
Function VariablesPart
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const VariablesPart = (props: StepParams<Assertion>) => {
let sequenceId: number | undefined;
const { _then } = props.currentStep.args;
if (_then.kind == "execute") {
sequenceId = _then.args.sequence_id;