diff --git a/src/app/cdk/panel/panel-source/panel-source.component.html b/src/app/cdk/panel/panel-source/panel-source.component.html index 52c12be0c9..63f2b1015c 100644 --- a/src/app/cdk/panel/panel-source/panel-source.component.html +++ b/src/app/cdk/panel/panel-source/panel-source.component.html @@ -13,12 +13,24 @@ > Source: - + - + { + return { + ...funding, + userIsSource: this.userIsSource(funding), + } + } + ) + } + } + get userInfo(): UserInfo { + return this._userInfo + } orgDisambiguated: { [key: string]: OrgDisambiguated | null } = {} stackPanelsDisplay: { [key: string]: { topPanelOfTheStack: boolean } } = {}