diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index 23103bb..9a21469 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -82,7 +82,7 @@ {{t.date | date:'MM-dd-yyyy'}} - {{t.typeId === 2 ? 'Cash' : (t.typeId === 1 ? 'Check' : 'NA')}} + {{t.typeId === 1 ? 'Cash' : (t.typeId === 2 ? 'Check' : 'NA')}} {{t.checkNumber}} {{t.fundId === 1 ? 'General' : (t.fundId === 2 ? 'Missions' : 'NA')}} {{t.description}}