diff --git a/Bezalu.ProjectReporting.API/Functions/ProjectCompletionReportFunction.cs b/Bezalu.ProjectReporting.API/Functions/ProjectCompletionReportFunction.cs index f491664..e43ebac 100644 --- a/Bezalu.ProjectReporting.API/Functions/ProjectCompletionReportFunction.cs +++ b/Bezalu.ProjectReporting.API/Functions/ProjectCompletionReportFunction.cs @@ -217,10 +217,10 @@ private static Action TicketsSection(ProjectCompletionReportResponse { return c => { + const int maxNotes = 10; c.Column(col => { col.Item().Text("Tickets").FontSize(14).Bold(); - const int maxNotes = 10; foreach (var ticket in report.Tickets ?? []) col.Item().BorderBottom(1).PaddingVertical(4).Column(inner => {