@using Iceshrimp.Shared.Schemas @if (NoteResponse.Renote != null) {
Boosted by @if (NoteResponse.User.DisplayName != null) { @NoteResponse.User.DisplayName } else { @NoteResponse.User.Username }
} else { } @code { [Parameter] [EditorRequired] public required NoteResponse NoteResponse { get; set; } [Parameter] public bool Indented { get; set; } }