diff --git a/src/app/shared/custom-connection/custom-connection.ts b/src/app/shared/custom-connection/custom-connection.ts
index 134164b..deccd0a 100644
--- a/src/app/shared/custom-connection/custom-connection.ts
+++ b/src/app/shared/custom-connection/custom-connection.ts
@@ -50,13 +50,21 @@ import { BiasComparisonViewStateService } from '@services/bias/bias-comparison-v
(keydown)="$event.stopPropagation()"
(change)="changeLimit($event)" />
+
} @else {
max {{ maxIterations }}
}
}
- @if (isSelected && !isReadonly) {
+ @if (isSelected && !isReadonly && !isLoopBack) {