Skip to content

Commit

Permalink
Removed ! to allow for closed PCP to link to met
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckoelewyn committed Jun 11, 2024
1 parent 4632da4 commit 2bd5386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4>{{(rowData.name.toUpperCase() || '-')}}</h4>
<a *ngIf="
rowData.commentPeriod?.commentPeriodStatus === 'Closed' &&
rowData.commentPeriod?.isMet &&
!rowData.commentPeriod?.metURL
rowData.commentPeriod?.metURL
"
class="btn btn-primary view-pcp-btn"
href="{{ rowData.commentPeriod.metURL }}"
Expand Down

0 comments on commit 2bd5386

Please sign in to comment.