frontend/sequences/step_tiles/index.tsx
Function renderCeleryNode
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function renderCeleryNode(props: StepParams) {
const step = props.currentStep;
switch (step.kind) {
case "_if": return <TileIf {...props} currentStep={step} />;
case "execute_script":