diff --git a/src/qqq/models/processes/ProcessSummaryLine.tsx b/src/qqq/models/processes/ProcessSummaryLine.tsx index a7c898b..0a5f851 100644 --- a/src/qqq/models/processes/ProcessSummaryLine.tsx +++ b/src/qqq/models/processes/ProcessSummaryLine.tsx @@ -53,6 +53,8 @@ export class ProcessSummaryLine linkText: string; linkPostText: string; + bulletsOfText: any[]; + constructor(processSummaryLine: any) { this.status = processSummaryLine.status; @@ -66,6 +68,8 @@ export class ProcessSummaryLine this.linkText = processSummaryLine.linkText; this.linkPostText = processSummaryLine.linkPostText; + this.bulletsOfText = processSummaryLine.bulletsOfText; + this.filter = processSummaryLine.filter; } @@ -142,6 +146,13 @@ export class ProcessSummaryLine ) : {lastWord} } + { + this.bulletsOfText && + }