@let settings = settings$ | async; @if (settings) { @if (settings.showETH) { } @if (settings.showCurrentValue) { } @if (settings.protocols) { @for (protocol of protocols(); track $index) { @if ((protocols$ | async)?.includes(protocol)) { } } } }