Skip to content

Commit

Permalink
Remove other extraneous project field
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Sep 27, 2023
1 parent 16e77a9 commit dcc7a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from './calculator-types';
import { CALCULATOR_FOOTER } from './calculator-footer';
import { fetchApi } from './api/fetch';
import { NO_PROJECT } from './projects';

const loadedTemplate = (
results: ICalculatedIncentiveResults,
Expand Down Expand Up @@ -151,7 +150,6 @@ export class RewiringAmericaCalculator extends LitElement {
? nothing
: formTemplate(
[
NO_PROJECT,
this.zip,
this.ownerStatus,
this.householdIncome,
Expand Down

0 comments on commit dcc7a0e

Please sign in to comment.