Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/480 angular upgrade #494

Merged
merged 4 commits into from
Aug 25, 2022
Merged

Feature/480 angular upgrade #494

merged 4 commits into from
Aug 25, 2022

Conversation

toddlees
Copy link
Contributor

No description provided.

@@ -66,12 +66,12 @@ <h3 class="no-vert-margins">
</div>
<div class="grid">
<div class="col-12">
<p *ngIf="report.upload_submission?.fec_status!=='ACCEPTED' && report.upload_submission?.fec_status !=='REJECTED'">
<p *ngIf="!['ACCEPTED', 'REJECTED'].includes(report.upload_submission?.fec_status || '')">
Copy link
Contributor

@Elaine-Krauss-TCG Elaine-Krauss-TCG Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a really elegant change, 👍

Copy link
Contributor

@mjtravers mjtravers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

front-end/src/app/reports/reports-routing.module.ts Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Aug 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

80.0% 80.0% Coverage
0.0% 0.0% Duplication

@mjtravers mjtravers merged commit 17b6397 into develop Aug 25, 2022
@mjtravers mjtravers deleted the feature/480-angular-upgrade branch August 25, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants