From 679503f1cca2f9bf4812f7cc52ec8fedb0e31422 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Sun, 1 Dec 2024 19:48:24 -0500 Subject: [PATCH] remove finance info. my api is too buggy --- pages/congress/[repID].js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/congress/[repID].js b/pages/congress/[repID].js index bcfe7f6..de225a1 100644 --- a/pages/congress/[repID].js +++ b/pages/congress/[repID].js @@ -35,8 +35,6 @@ export default function LearnMore({ repInfo }) {

{repInfo.type} {repInfo.directOrderName}

{repInfo.partyHistory[0].partyName} Party - {repInfo.state}

-

Campaign Contributions: {(repInfo.finance.contributions - repInfo.finance.contribution_refunds).toLocaleString('en-US', { - style: 'currency', currency: 'USD' })}

Lawmaking Information:

Bills Sponsored: {repInfo.sponsoredLegislation.count}