@inject State State @if (State.Following != null) {
Following @foreach (string address in State.Following) { @address }
} @code { [Parameter] public string? @class { get; set; } }