Skip to content

Commit

Permalink
unused properties removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Granello committed Jan 17, 2025
1 parent 9997355 commit 7dbf2cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/components/graphs/TenureComparisonWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ import TenureComparisonBarChart from "./TenureComparisonBarChart";

interface TenureComparisonWrapperProps {
household: Household;
mortgageLand?: number;
averageRentLand?: number;
socialRentMonthlyLand?: number;
mortgageFairholdLandPurchase?: number;
fairholdLandRent?: number;
mortgageHouse?: number;
mortgageDepreciatedHouse?: number;
averageRentHouse?: number;
socialRentMonthlyHouse?: number;
}

const TenureComparisonWrapper: React.FC<TenureComparisonWrapperProps> = ({
Expand Down

0 comments on commit 7dbf2cd

Please sign in to comment.